I have to build an expression for the outlays.They are divided into fixed and added.They are in fact 2 columns
for example
dlrs dlrs
fixed added
rent 200 10
water 35 20
Before building the table could you advise me shall i build 2 tables, called TblFixedoutlays and tblAddedOutlays with
exactly the same structure, or shall i build only one table with 2 fields for each outlay ?
for example
dlrs dlrs
fixed added
rent 200 10
water 35 20
Before building the table could you advise me shall i build 2 tables, called TblFixedoutlays and tblAddedOutlays with
exactly the same structure, or shall i build only one table with 2 fields for each outlay ?