Hi Guys and Gals,
I'm new to Access, but making pretty good headway on a database that I am creating for a charity project. I have an issue with a form/subform I have created to do multiple sales entries.
Form linked to Sales Table
Subform linked to Sales/Product Query
It works great except for 1 thing, it creates 1 black entry in the sales table when you enter the subform,
On the MainForm I have MembershipID and Date
In Subform, have Product, Quantity, Cost
The Parent/Child relations are MembershipID, Date and Product.
When you enter Membership ID and Date in the main form, its fine, but when you go to click on a product in the SubForm, a Blank Entry is generated in the sales table burning a SalesID. I can query past it, but it makes SalesID useless to me. It also generates an error message, 'You tried to enter Null value to a value that is not a variant data type' (the Product field - which is blank in the Sales Table.
I'm assuming that I need to stop the MainForm from creating a data entry before the subform is filled out.... but how **Shrug**
Tried to Attach DB, but it wouldn't upload it......Please contact me and I can email it.
Thanks Heaps
Meanfish