Link to home
Start Free TrialLog in
Avatar of Curtis Long
Curtis LongFlag for United States of America

asked on

SQL input form

I need to create a simple form that a user can use to input data into a table in SQL 2008 R2.  The columns are as follows:

DATE      
APPLICANT      
LOCATION      
REMARKS      
QUANTITY      
COUNT      
CONTAINER      
GRADE      
CERTIFICATE NUMBER      
CAR NUMBER      
QUANTITY THOUSAND WEIGHT      
TIME INSPECTION BEGUN      
TIME INSPECTION COMPLETED

What would be the best way to do this??

Thanks!!
SOLUTION
Avatar of Éric Moreau
Éric Moreau
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Curtis Long

ASKER

Lots of good direction here.  I will look over and return and report.

Thanks!!