Hi,
I'm designing a billing/invoice database at my internship and am at a standstill and quite frustrated. I've looked in "Access Bibles" and online help sites but am still having trouble.
I'm trying to create a form that will eventually allow me to add new entries with minimal effort to prevent data entry errors, etc. I'll try to provide as much detail as possible and I appreciate any help that can be provided.
My database consists of 3 tables with the fields as follows:
Employee_Lease: Lease #, Employee Last Name, Employee First Name, ID (Auto assigned by Access)
Invoice: Invoice #, Amount, Month, Month Entered, ID (Auto assigned by Access), and two lookup fields--Lookup to Relo_Counseler, Lookup to Employee_Lease
Relo_Counseler: Relo Counseler Last Name, Relo Counseler First Name, ID (Auto assigned by Access)
Basically each Lease can have multiple invoices attached to it. I'm trying to design a form in order to minimize data entry from paper invoices which is prone to mistakes. I want to have a form where I can enter a lease # and invoice # into a new record and if the lease # already exists, then the Employee's name (First & Last), Relo Counseler's name (First & Last), Amount and current month automatically enter into the form's fields. Basically if the lease # exists, a new entry/record is created which is essentially a copy of that lease #'s most recent entry. Once the new entry/record appears, I can manipulate it to reflect any differences in the new invoice.
However, if the lease # is new, and the relo counseler's name, employee's name, amount, are not already in the system, they can manually be entered into the form.
I can explain further elaborate if need be. I'd appreciate any help as soon as possible. I'm new at this, and not even sure if I should use text boxes or combo boxes for the form, so the more detailed information the better. Thank you.
I'm designing a billing/invoice database at my internship and am at a standstill and quite frustrated. I've looked in "Access Bibles" and online help sites but am still having trouble.
I'm trying to create a form that will eventually allow me to add new entries with minimal effort to prevent data entry errors, etc. I'll try to provide as much detail as possible and I appreciate any help that can be provided.
My database consists of 3 tables with the fields as follows:
Employee_Lease: Lease #, Employee Last Name, Employee First Name, ID (Auto assigned by Access)
Invoice: Invoice #, Amount, Month, Month Entered, ID (Auto assigned by Access), and two lookup fields--Lookup to Relo_Counseler, Lookup to Employee_Lease
Relo_Counseler: Relo Counseler Last Name, Relo Counseler First Name, ID (Auto assigned by Access)
Basically each Lease can have multiple invoices attached to it. I'm trying to design a form in order to minimize data entry from paper invoices which is prone to mistakes. I want to have a form where I can enter a lease # and invoice # into a new record and if the lease # already exists, then the Employee's name (First & Last), Relo Counseler's name (First & Last), Amount and current month automatically enter into the form's fields. Basically if the lease # exists, a new entry/record is created which is essentially a copy of that lease #'s most recent entry. Once the new entry/record appears, I can manipulate it to reflect any differences in the new invoice.
However, if the lease # is new, and the relo counseler's name, employee's name, amount, are not already in the system, they can manually be entered into the form.
I can explain further elaborate if need be. I'd appreciate any help as soon as possible. I'm new at this, and not even sure if I should use text boxes or combo boxes for the form, so the more detailed information the better. Thank you.