Hi folks,
sorry I wasn't sure which section to post this under so admins please feel free to move it to the correct section.
I have a problem that I am sure you will all find very simple to fix.
I have a table of peoples times recorded that every so often I need to add a date to one of the fields based on a record number from another table.
Please let me try and explain. The teams times are input to the table called
I have a table called
Please can someone help.
sorry I wasn't sure which section to post this under so admins please feel free to move it to the correct section.
I have a problem that I am sure you will all find very simple to fix.
I have a table of peoples times recorded that every so often I need to add a date to one of the fields based on a record number from another table.
Please let me try and explain. The teams times are input to the table called
tbl_TimeSheetData_ALLDATA
I then run a report on all the recorded times the team have submitted that ave not been invoiced yet based on the value of field
Invoice Date
being NULL and then export it to a spreadsheet (another person then plays with that data). Once they have done what they need to then then give me a date. I then need to put that date against those record numbers that I sent in the export.
I have a table called
TABLE - Change Invoicing Statement
that contains the following fields, taken from the spreadsheet I exported, they are
RECORDNUMBER
DATEINVOICED
How would I update the field: Invoice Date in the table: DATEINVOICED
tbl_TimeSheetData_ALLDATA
I haven't been lazy and have been googling like crazy but cant find a way to do this. I am sure this has to be easy to do in Access but the solution is still eluding me.
Please can someone help.