Microsoft
Software
Hardware
Network
Question : Open a Form from Table Validation
Hello, I have a problem that has to do with validation. I have to check if certain data matches and then open up another form based on that checking.
I have two tables one named
tbllkupLegalFeeStateCodes
and
tblmkOpenClose
I have to check CLASS, CLAIM_EFF_DATE (
check just the year NOT month and day
); AND STATE if they match then I can open the Policys Form by pushing the button on Customers Form.
Example of validation: This has to happen from the CUSTOMERS form. In
tblmkOpenClose
CLASS = ZURICH and STATE = NJ and CLAIM EFF DATE = 03/21/2004 then check to see if that matches in the
tbllkupLegalFeeStateCodes
in fieldname ALPHA = STATE and the CLASSES are fieldnames with the YEAR in the field row. If there is a match then the POLICYS FORM can be opened from CUSTOMERS form.
I really don’t know how to do that! I think I have to loop through the table looking for the different criteria.
I have included a sample database with my issue see attachment for that.
Regards,
GeneBat
Attachments:
FormTableValidation.mdb
(584 KB)
(File Type Details)
Validate Form to Open another Form.
Answer : Open a Form from Table Validation
You open the Webportal.vbproj file in wordpad and search for this address and change the "mnloon" with "localhost" save it and try to reopen it again.
Random Solutions
How to access class due to 'cannot instantiate abstract class' error
IF - Then script based on file date?
Cannot enable infopath in sharepoint 2010
FTP - without log in
How do I know if my laptop has a spyware?
Comparing columns in a table
Users resolution keeps reverting back to 800x600
Delphi Email Blaster - possibly using Report Builder and PsRBExportDevices
How to undelete public folder content on MS Exchange Server 2000
Windows Service crashing on one machine, not on the other