Sure. There is also an image of it in my first post.
CUA# - Number (also PK)(this is the vehicles number assigned by our department - we are in charge of maintaining all vehicles)
TAG # - Text (vehicles license plate #)
VIN - Text (vehicles VIN #)
Year - Number (year of vehicle)
Make - Text (lookup box with the values typed in)
Model - Text
Trim Level - Text
Standard Seating - Number
Inspection Due - Date/Time
Department - Number (combo box with the following as the row source: SELECT [Department].ID, [Department].Department FROM Department ORDER BY [Department]; )
Alt ID - Text (this is the number that the department uses and is sometimes different from the CUA#)
Tag Due - Date/Time
Link - Hyperlink
Attachments - Attachment
...and that's it!
CUA# - Number (also PK)(this is the vehicles number assigned by our department - we are in charge of maintaining all vehicles)
TAG # - Text (vehicles license plate #)
VIN - Text (vehicles VIN #)
Year - Number (year of vehicle)
Make - Text (lookup box with the values typed in)
Model - Text
Trim Level - Text
Standard Seating - Number
Inspection Due - Date/Time
Department - Number (combo box with the following as the row source: SELECT [Department].ID, [Department].Department FROM Department ORDER BY [Department]; )
Alt ID - Text (this is the number that the department uses and is sometimes different from the CUA#)
Tag Due - Date/Time
Link - Hyperlink
Attachments - Attachment
...and that's it!
Comment