Hi Because you have set your Primary Key in your table "Nalog" as Number means you have to know which is the next IDNalog number to use in the Form "Nalog1"
Hi Michael
The Report is the least of your problems.
You have no true relationships set at the moment.
You are using Table Lookups which should not be used.
If you try to set Referential Integrity between your tblWorkOrder and tblEmployeeLine you will get the error shown below.
Hi
I agree with everything that Plog said.
Your current FarmerT should not contain the following fields and should only contain field that describe the Farmer:-
MISSystem
DealerName
EmplyeeName
TotalMISCost
Hi
Your FarmerT should be named CustomerT to avoid the confusion you have caused with your question regarding Customers.
Why would you want to copy the details of the Farmer to the DespatchDetailsT ?
You are selecting the Farmername using a Combobox so that identifies the Farmer by storing the...