Dranahan
01-11-2002, 10:54 AM
Hello everyone,
I have the following structure:
frmMember - tblMember
frmAdmitCrit - tblAdmitCrit
frmContCrit - tblContCrit
frmAdmitCom - tblAdmitCom
frmContCom - tblContCom
When the user opens the database, the frmMember opens up. After the user enters in some member information, they can click a button that opens the frmAdmitCrit or frmContCrit forms. These forms are related to the member table. Also, if certain criteria are not met in one of the 4 sections on my admitcrit form, the frmAdmitCom will open (it is related to the admitcritid)
My problem is this, if I do not scroll forward to the next member record, then back to the member record I am entering, the frmAdmitCom will not retain the data. I know that I probably need to do some form of bookmark or requery, but I just cannot get it to work. HELP!!!!!!
My staff is going out in 2 days to do reviews based on this program and I need to get it up and running. Any help would be appreciated
Thank you,
Doug
I have the following structure:
frmMember - tblMember
frmAdmitCrit - tblAdmitCrit
frmContCrit - tblContCrit
frmAdmitCom - tblAdmitCom
frmContCom - tblContCom
When the user opens the database, the frmMember opens up. After the user enters in some member information, they can click a button that opens the frmAdmitCrit or frmContCrit forms. These forms are related to the member table. Also, if certain criteria are not met in one of the 4 sections on my admitcrit form, the frmAdmitCom will open (it is related to the admitcritid)
My problem is this, if I do not scroll forward to the next member record, then back to the member record I am entering, the frmAdmitCom will not retain the data. I know that I probably need to do some form of bookmark or requery, but I just cannot get it to work. HELP!!!!!!
My staff is going out in 2 days to do reviews based on this program and I need to get it up and running. Any help would be appreciated
Thank you,
Doug