S
spence
I'm having difficulty creating a data entry form from a simple select query
and I can't for the life of me figure out why. I have the following:
tblVendor
[VendorID]
[VendorName]
tblEmployee
[EmployeeID]
[EmployeeName]
tblInvoice
[InvoiceID]
[VendorID]
[EmployeeID]
[Amount]
My goal is to create a simple data entry form where I can enter new records
into tblInvoice but can use VendorName and EmployeeName rather than having to
enter the VendorID and EmployeeID respectively. The query returns all my
records but when I create a form based on it I am able to edit records but
not create new ones. (It just beeps at me if I try to add a field in the new
record at the bottom of my form.) I've tried it with "Data Entry" set to both
yes and no and neither one works.. This seems simple but it's got me stymied.
thanks.
and I can't for the life of me figure out why. I have the following:
tblVendor
[VendorID]
[VendorName]
tblEmployee
[EmployeeID]
[EmployeeName]
tblInvoice
[InvoiceID]
[VendorID]
[EmployeeID]
[Amount]
My goal is to create a simple data entry form where I can enter new records
into tblInvoice but can use VendorName and EmployeeName rather than having to
enter the VendorID and EmployeeID respectively. The query returns all my
records but when I create a form based on it I am able to edit records but
not create new ones. (It just beeps at me if I try to add a field in the new
record at the bottom of my form.) I've tried it with "Data Entry" set to both
yes and no and neither one works.. This seems simple but it's got me stymied.
thanks.