M
Matt Reed
I have a form that pulls that displays the montly totals from three seperate
reports.
A fourth text box adds those three and shows the Sum.
Another text box shows the date.
Now I want to add this five items to a table.
The table has six columns Id, CheckDate sum1, sum2, sum3 and TotSum.
By clicking on the Record Button, it should check to make sure there is not
a record for this date already in the table and if not enter a new record
with the data from these 5 text boxes.
How can I do this - or am I going about this all wrong?
Matt
reports.
A fourth text box adds those three and shows the Sum.
Another text box shows the date.
Now I want to add this five items to a table.
The table has six columns Id, CheckDate sum1, sum2, sum3 and TotSum.
By clicking on the Record Button, it should check to make sure there is not
a record for this date already in the table and if not enter a new record
with the data from these 5 text boxes.
How can I do this - or am I going about this all wrong?
Matt