taborrg
asked on
Need a form to create a new invoice, and attach it to a particular contract.
Hi,
I think I just need general guidance at this point.
Need a form to create a new invoice, and attach it to a particular contract.
e.g.
Form to Add an Invoice.
Contract: Aloha Trust Co. Invoice Amt: $100.00
tblContractName is a table with ContractNameID as primary key
tblInvoices is a table with ContractNameID as foreign key
Thanks,
Rick
I think I just need general guidance at this point.
Need a form to create a new invoice, and attach it to a particular contract.
e.g.
Form to Add an Invoice.
Contract: Aloha Trust Co. Invoice Amt: $100.00
tblContractName is a table with ContractNameID as primary key
tblInvoices is a table with ContractNameID as foreign key
Thanks,
Rick
ASKER
What would you prefer - a dialog form or a subform?
Or can you provide steps on when the invoice form display.
Ed
Or can you provide steps on when the invoice form display.
Ed
ASKER
I'm enough of a newbie that I don't know the difference. (My background is mostly hardware, systems engineering - trying to move into software).
It's for a non-profit org that does community based support for small businesses. They have a lot of volunteers who get no real training, so something simple, intuitive.
A form that would have a combo or list box to select the (already existing) contract name, then fields to enter the new invoice might be the way to go.
Thanks
It's for a non-profit org that does community based support for small businesses. They have a lot of volunteers who get no real training, so something simple, intuitive.
A form that would have a combo or list box to select the (already existing) contract name, then fields to enter the new invoice might be the way to go.
Thanks
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
Great!
Thanks.
Thanks.
Ed