Data Validation using excel spreadsheet (1 Viewer)

DavidCantor

Registered User.
Local time
Today, 06:38
Joined
Oct 4, 2012
Messages
66
How can I validate data using an excel spreadsheet?
i have a table with Product information, I want only the ProductId that are in the spreadsheet to be used in the database. How can I check the ProductID entered in the form actually exists in the excel spreadsheet?
 

Pat Hartman

Super Moderator
Staff member
Local time
Today, 09:38
Joined
Feb 19, 2002
Messages
43,522
Link to the spreadsheet. Then use a combo on your form that has a RowSource from the linked table. Set the LimitToList property to yes.
 

Users who are viewing this thread

Top Bottom