New Record

  • Thread starter Thread starter Peter
  • Start date Start date
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
 
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.
 
Back
Top