Cannot access entries from Form after input

  • Thread starter Thread starter Carol
  • Start date Start date
C

Carol

Recently when I enter a new record into my form it is put into the databases
but when I try to look at the information by doing a search thru my form, it
will not show the new records.

Can anyone give me a solution for this problem?
 
First, make sure your table is editable (has the arrow and asterisk at the
bottom) then make sure you query is editable, if so try putting a command
button on your form to save records. The wizard will do that for you
automatically.
 
Back
Top