HELP ASAP: The parameter box is preventing me from running queries

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

For some reason when I try to do a basic calculation in a query using the []
around the fields I am subtracting, an enter parameter dialogue box appears.
This did not used to happen before. Instead the query would just run the
calculation.

Also, when I try to update a table with information from another table using
an update query the enter parameter box is displayed and will not let me just
run the update.

Any help willl be greatly appreciated.

Thank you!!
 
Check the spelling of the field names. Likely you have a typo. Or the field
name is not present in the table that you're specifying.
 
Back
Top