Psycholicon
Registered User.
- Local time
- Today, 03:12
- Joined
- Aug 14, 2007
- Messages
- 33
Hi, everybody.
I'm wondering if it's possible to fill a parameter in a query using VB without the parameter messege box coming up. The query, when performed, can return any number of results, and I then need to be able to add new ones, so I don't think that opting to put the SQL right into VB is the right choice. I have three different forms that each need to add add this data but each applies to a different situation. I have one form that is linked to the query which opens when the forms need to add this data. What I want to know is if there is a way that the parameter can be filled by a control on the form. The parameter for the field is set to [Enter Drawing Number] and one of the controls that could feed it is [Forms]![Add Drawing]![Drawing Number].
Thanks in advance!
I'm wondering if it's possible to fill a parameter in a query using VB without the parameter messege box coming up. The query, when performed, can return any number of results, and I then need to be able to add new ones, so I don't think that opting to put the SQL right into VB is the right choice. I have three different forms that each need to add add this data but each applies to a different situation. I have one form that is linked to the query which opens when the forms need to add this data. What I want to know is if there is a way that the parameter can be filled by a control on the form. The parameter for the field is set to [Enter Drawing Number] and one of the controls that could feed it is [Forms]![Add Drawing]![Drawing Number].
Thanks in advance!