![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I am using a form with some text boxes to populate some VBA code that calls up a query. Using MS Access 2000. I am using would like my query to read something like: SELECT * FROM [newvars] where Label like *parm* ;" ... and label is the result of some options, and parm is the result of a text box input. Any help appreciated. Doug |
#3
| |||
| |||
|
|
Hi, I am using a form with some text boxes to populate some VBA code that calls up a query. Using MS Access 2000. I am using would like my query to read something like: SELECT * FROM [newvars] where Label like *parm* ;" ... and label is the result of some options, and parm is the result of a text box input. Any help appreciated. Doug Hello Doug, Perhaps you can just have the criteria field of your query, for the field involved, source the text box on your form like: [Forms]![SourceFormNameHere]![txtParameter] This will run the query sourcing your text box on the relevant form. This can be done for each field in your query that needs to soure your main form. Regards, Ray |
![]() |
| Thread Tools | |
| Display Modes | |
| |