I'm creating a Budgets form, similar to this one in the photo:
As you can see, in the New button, you generate a new row in the bank with the budget number in the Código
field and the client in the NomeCliente
field. But when it comes to adding parts and services, I have no idea how I do it. They are in datagrid
with several fields Part Code, Name, Units, Unit Value, Discount, and Total Value.
When I finish adding all the items in datagrid
through the products and services form, I can not insert the lines inside the bank, so when I check the budget again they appear in datagrid
itself.
Can anyone help me with an idea how to do it? I'm still starting the project.
Then comes the question:
Which bank to use? Would you have any way to do this with Access 2003, or some newer version? Or should I insert a database in SQL Server?
Thank you.