Hello
I am trying to use autonumber on an invoice with the prexif "CRW", so the Invoice ID will be CRW00001, CRW00002..and so on. I have put a Format of "CRW"00000 in the table design for the field Invoice ID and the tables are succesfully creating the Invoice ID with the "CRW" prefix in an incremental Order..I have created an form and i want the user to be able to use the field Invoice ID (e.g. CRW00001) to search for records of customers etc. I have created a combo box and linked the sub forms Customer to orders.
The problem is that in the Order Form when I enter the invoice ID "CRW00001" in the combobox I get a type mismatch error.
Please help!
I am trying to use autonumber on an invoice with the prexif "CRW", so the Invoice ID will be CRW00001, CRW00002..and so on. I have put a Format of "CRW"00000 in the table design for the field Invoice ID and the tables are succesfully creating the Invoice ID with the "CRW" prefix in an incremental Order..I have created an form and i want the user to be able to use the field Invoice ID (e.g. CRW00001) to search for records of customers etc. I have created a combo box and linked the sub forms Customer to orders.
The problem is that in the Order Form when I enter the invoice ID "CRW00001" in the combobox I get a type mismatch error.
Please help!
Comment