Unlinked Form

B

Bryan Hughes

Hello,

What event alternative should I use on a unlinked form, for Form_Current()
and From_AfterUpdate()?

Will these still work or should I use focus events instead?

I am using them to set and check variables for history tracking.

-TFTH
Bryan
 
M

Marshall Barton

Bryan said:
What event alternative should I use on a unlinked form, for Form_Current()
and From_AfterUpdate()?

Will these still work or should I use focus events instead?

I am using them to set and check variables for history tracking.


If by "unlinked" you mean unbound (i.e record source is
blank), then you must have some way for users to indicate
that they're done entering data and want it to be saved.
Probably it's just a (Save?) button and you can use the
buttons Click event to run your code before saving the data.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top