appending a record using code.. (1 Viewer)

gbanks

Registered User.
Local time
Today, 00:26
Joined
Feb 9, 2000
Messages
161
looking for code to append the current record only.. Thanks
 

Fornatian

Dim Person
Local time
Today, 00:26
Joined
Sep 1, 2000
Messages
1,396
Without asking you to expand, the only advice I can offer is that in your append query you make reference in the query criteria to the current record so that the query only pulls the data from the form.

Forms!MyForm!MyCurrentRecordPrimaryID
 

belton

Registered User.
Local time
Today, 00:26
Joined
May 9, 2001
Messages
13
What about seeking a record, and wanting to add only the values received by the seek to append one record? Any ideas?
 

Users who are viewing this thread

Top Bottom