Creating a new record (1 Viewer)

GreAppMat

New member
Local time
Today, 05:24
Joined
Nov 29, 1999
Messages
8
I have based a form off of a qry that displays mainly info from a table. For some reason when the user enters the info and exits the form the info isn't added to the table. The table that is based on doesn't have a record yet for this entry. I need help, very confused.
 

Taz

New member
Local time
Today, 05:24
Joined
Jan 2, 2000
Messages
8
You have to enter everything in for a particular record, then on the form you have to move to a different record--either previous or next.

You should have those record selection buttons (the left and right arrows) on the form that go between different records. Every time you want something to save, go to a different record; the stuff you typed previously should stick.

G'luck

Todd
 

Travis

Registered User.
Local time
Yesterday, 21:24
Joined
Dec 17, 1999
Messages
1,332
Saving a record could also be done by:

Docmd.RunCommand acCmdSaveRecord
 

Users who are viewing this thread

Top Bottom