VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



'create a new Access form and report with these 2 lines of code.

by Brandon (46 Submissions)
Category: Databases/Data Access/DAO/ADO
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Thu 8th February 2001
Date Added: Mon 8th February 2021
Rating: (1 Votes)

'create a new Access form and report with these 2 lines of code.

Rate 'create a new Access form and report with these 2 lines of code.




Application.CreateForm "db1.mdb", "form1a"
Application.CreateReport "db1.mdb", "Report1"

Download this snippet    Add to My Saved Code

'create a new Access form and report with these 2 lines of code. Comments

No comments have been posted about 'create a new Access form and report with these 2 lines of code.. Why not be the first to post a comment about 'create a new Access form and report with these 2 lines of code..

Post your comment

Subject:
Message:
0/1000 characters