Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how can I write module to run update query that has popup dialog box.

Status
Not open for further replies.

acin0026

Technical User
Feb 5, 2001
12
TH
Hello

Question 1
In module, how can I write module to run update query that need to pop up parameter dialog box to get data from user?

Question 2
How can I write module to run macro?

thanks.
 
1. I might be getting old but the field you require the input from the user would just have the parameter listed as you would use it normally.

2. include the line
DoCmd.RunMacro "Macro1", , ""

Where Macro1 is the name of your macro

I am not sure if this is at all helpful but if it is let me know
 
Also you can do
DoCmd.RunSQL YourTextControlNameFromYourForm John Fill
1c.bmp


ivfmd@mail.md
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top