Please help!

guo84

New member
Local time
Today, 10:21
Joined
Jan 26, 2005
Messages
7
undefined

I got a problem.

I got a table call NewPackage.

NewPackage
-CustomerType
-CustomerName
-AssemblyType
-Package
-LeadForm

This Package form has a next button.

This button will go to the table check if it is a new CustomerType then it will open Customer Form.

Also if it is a new assemblytype it will open another form.
 
My problem is

I got a table call NewPackage.

NewPackage
-CustomerType (A123)
-CustomerName
-AssemblyType
-Package
-LeadForm

This Package form has a next button.

My problem is on the coding part. How to check whether if it not an existing customer type den it will go to another form.
 
If I understood, you want go to other form, to include a new customer type, is it?

If yes, you can put in your form package a combobox to list the registered customer types, and if user don't found the customer type, he click on "New Customer Type" button and register a new record.
 
Thanks

Thanks for the immediate reply.

actually the customertype is a textbox.

there will be a next button to check if the customertype is a new type
e.g b123. a new form will be opened.

I have problems with my coding.
 

Users who are viewing this thread

Back
Top Bottom