Enter Parameter Problem....

  • Thread starter Thread starter Dramatkgirl
  • Start date Start date
D

Dramatkgirl

Guest
dramatkgirl@hotmail.com Need some help, I made a big mistake and didn't cr3eate a copy of my database to play with. I deleted some fields in a table that were connected to a combo box on a form, now when I click on the combo box it asks me to enter parameters. Now this would be just great if it would ask me for each record but it only asks the first time and assigns the input to each record. What can I do?
 
If you don't want to enter parameters, click on the rowsource property of the combobox, and click the ellipsis (...) to open the query that the combobox is based on and remove the deleted fields from the query to discontinue the parameter value prompting. If you do want to continue to prompt for parameters, I don't understand your situation.
 

Users who are viewing this thread

Back
Top Bottom