K
Karen Skipper
I am working on the design of a new database that will be used to track
shipment of parts with serial numbers. One problem is that different types
of parts can have the exact same serial number. This leaves me with the
problem of not being able to use the serial number as the search key, but
having to use a combination of the part number and the serial number. I can
do this with a query with [Enter the part number] and [enter the serial
number] as criteria but...
I want to have a form for data entry where the clerk would type in the part
number and the serial number and the program would search the table for that
combination and display that record on the screen. If there isn't a find, I
want to append a blank record and allow data entry.
Any ideas? I'm stumped.
(I'm using Access 2002 on a Win 2000 pro computer and I'm self taught in
programming.)
Karen Skipper
shipment of parts with serial numbers. One problem is that different types
of parts can have the exact same serial number. This leaves me with the
problem of not being able to use the serial number as the search key, but
having to use a combination of the part number and the serial number. I can
do this with a query with [Enter the part number] and [enter the serial
number] as criteria but...
I want to have a form for data entry where the clerk would type in the part
number and the serial number and the program would search the table for that
combination and display that record on the screen. If there isn't a find, I
want to append a blank record and allow data entry.
Any ideas? I'm stumped.
(I'm using Access 2002 on a Win 2000 pro computer and I'm self taught in
programming.)
Karen Skipper