Field Default

Petersen

Registered User.
Local time
Today, 14:04
Joined
Jan 31, 2000
Messages
10
How do I get a field to default to the previous entry (same field previous record)?
 
If you're doing it as on entry after another then you could create a public variabel and store the value of the last entry in it. Otherwise you'd need some sort of "find the last record and dump it in" kind of thing. As in creating a recordset, going EOF and reading it into your form
 

Users who are viewing this thread

Back
Top Bottom