B
bUncE
Afternoon,
I have a form where the user selects a drop down value which determines the
record source of the form (opens in design mode, changes source)
Then it runs
DoCmd.OpenForm "frmMain", "qryFilterST"
It worked perfectly until earlier when i now get this error message
"Query must contain at least one destination field.. "
The queries open fine by themselves and select the right data, there are no
other queries in the mix with this form, just tables..
Does anyone have any idea what to do? I have tried importing into a new db.
I have other users dbs which i tried copying then updating all the
links/queries etc appropriately, still no luck..
Any help greatly appreciated..
Thanks
I have a form where the user selects a drop down value which determines the
record source of the form (opens in design mode, changes source)
Then it runs
DoCmd.OpenForm "frmMain", "qryFilterST"
It worked perfectly until earlier when i now get this error message
"Query must contain at least one destination field.. "
The queries open fine by themselves and select the right data, there are no
other queries in the mix with this form, just tables..
Does anyone have any idea what to do? I have tried importing into a new db.
I have other users dbs which i tried copying then updating all the
links/queries etc appropriately, still no luck..
Any help greatly appreciated..
Thanks