I am trying to create a very straightforward database of about 5
tables (for now)
but when I try to use the wizard, I always get errors. A trimmed down
version
follows:
table employee
first_name
last_name
picture upload
table driver
employee_id employee
scan_tag
table vehicle
name
picture upload
table transaction_type
description
table transaction
driver_id driver
type transaction_type
modified_by employee
source_timestamp datetime
I can never successfully enter this data through the wizard without a
flash up of
"Invalid Circular Reference" or if I skip to generate, I get a
runtime error.
Any clues?
Rufus