Subform problems on tab control

P

Pecanfan

Hi,

I'm having a strange problems with a subform on a tab control and can only
assume it's a bug but could do with some confirmation before I waste the
rest of my life investigating it. :)

Basically, I have a 'Job Information' form which contains three tabs on it.
The first tab hold general job information and the other two tabs are used
to 'Add Job Notes' and 'Edit Job Notes'. These latter two are essentially
the same subform, the first one being in DataEntry mode and the other not,
the idea being if you want to quickly add some additional job information
you click the 'Add Job Notes' tab and you're presented with a blank subform
in which to enter data.

This works fine BUT if I apply a filter to the main form (i.e. to show only
'Active' jobs) then the DataEntry function seems to stop working, i.e. when
I click on the 'Add Job Notes' tab the previous record is sitting there and
I have to tell it I want to add a new record (instead of just being
presented with a blank record).

I've tried applying the filter by macro and using code and it seems to do
the same.

Any ideas?

TIA,

Andy
 

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