G
Guest
I have a very basic problem that I cannot seem to fix.
I want to open a form and display (only a few fields) the first record in
the table. Then, after clicking the NEXT button, I want to dispaly (on
another form) only a few more fields in the same record (the first record in
the table).
I've tried setting the Data Entry property to No and still, the form opens
with a blank record. Also, I've tried "DoCmd.GoToRecord , , acFirst" at the
form Load, but it STILL opens to a blank record.
I've checked the table and I am sure that there is only one record in the
table, which is the record I want to display.
What am I doing wrong?
I want to open a form and display (only a few fields) the first record in
the table. Then, after clicking the NEXT button, I want to dispaly (on
another form) only a few more fields in the same record (the first record in
the table).
I've tried setting the Data Entry property to No and still, the form opens
with a blank record. Also, I've tried "DoCmd.GoToRecord , , acFirst" at the
form Load, but it STILL opens to a blank record.
I've checked the table and I am sure that there is only one record in the
table, which is the record I want to display.
What am I doing wrong?