How do I keep two Forms moving at one pace?

T

Tinker683

Hello,

I was asked to create a data base based around a 2-page Commission
Disbursement Form by my boss. The amount of information I had to put in
restricted me to put the info on two seperate forms, as they just wouldn't
fit onto one.

I've linked the two by using a Command button to access one or other, so the
agents can work on one or the other with a click of a button.

My concern, however, is the placement of records. One Form might be open to
Record 1, and the other to Record Two. This could cause the information they
put in to get mismatched.

So, I was wondering if there is a way to keep the two Forms on the same
record at the same time, so the info won't get mismatched.

Any thoughts or suggestions would be appreciated.
 
D

Dan Artuso

Hi,
Rather than try to keep two forms synched up, why not use a tab control on one form?
I'm sure you could then just use one form for this.
I's a lot easier than writing code to keep two seperate forms in synch.
 

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