CarlRostron
Registered User.
- Local time
- Today, 23:14
- Joined
- Nov 14, 2011
- Messages
- 88
I have a form called "frmManageACF", query called "qryACFFill".
On frmManageACF I have a combo box (name cmbACFFill) which has three cols. col1 = SiteID, col2 = Site code, and col 3 = SiteName. The combo box Bound column is set to 1.
In qryACFFill, results are selected where SiteID=[Forms]![frmManageACF]!cmbACFFill
The query when I hit refresh always gives me the 'Enter Parameter Value' dialogue box. I have used this method of dynamically updating a query def before so not sure why it isn't working now.
Any ideas why this might be and why the Parameter dialogue box is always coming up??
Thanks
On frmManageACF I have a combo box (name cmbACFFill) which has three cols. col1 = SiteID, col2 = Site code, and col 3 = SiteName. The combo box Bound column is set to 1.
In qryACFFill, results are selected where SiteID=[Forms]![frmManageACF]!cmbACFFill
The query when I hit refresh always gives me the 'Enter Parameter Value' dialogue box. I have used this method of dynamically updating a query def before so not sure why it isn't working now.
Any ideas why this might be and why the Parameter dialogue box is always coming up??
Thanks