New Record

P

Peter

I have a number of combo's hidden on a form, these are made to appear
depending on selections made from them.

how do I hide them on creation of a new record?

If I return to a previously created record, I only want to see the ones that
were made to appear for that particualr record

any help would be appreciated


Peter
 
P

PC Datasheet

Peter,

You need to put code to do what you want in the OnCurrent event of the form. The
OnCurrent even fires when the form opens and each time you go to a different or
new record.
 

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