bluenose83
New Member
- Joined
- Aug 6, 2008
- Messages
- 41
Hi Guys
Not sure if this is possible but ill have a go throwing it out there.
I have a very simple database with one table. A team goes into the database each day, keys in a date from, date to and the query checks we have no information in a certain column. This query then shows all the records that match that date with an empty column.
They then send this data to another team and in the empty column, they key the date and their initial. As they can have hundreds of these a day, I thought i could get a update query to work and it would update all the information for them.
So in the results I have a database reference number so they can see what records to update. They key into a DB Ref From box and then a DB Ref to Box. I then have another text box underneath this with their comment (eg 30/01/2020 ms)
So in my Update query so far I have in first column
Field - DB_REF
Table - Tbl_data
Criteria - >=[Forms]![Search Results]![DBREF_From] And <=[Forms]![Search Results]![DBREF_To]
I also have in second column
Field - Expr1: [Forms]![Search Results]![Comments]
Update To - [ColumnNameInTheTable]
This gives me Cannot update 'Form........Field not updateable.
Have I gone totally wrong?
No code in this database as I dont really have a clue but does it need to be coded in?
Cheers guys
Matt
Not sure if this is possible but ill have a go throwing it out there.
I have a very simple database with one table. A team goes into the database each day, keys in a date from, date to and the query checks we have no information in a certain column. This query then shows all the records that match that date with an empty column.
They then send this data to another team and in the empty column, they key the date and their initial. As they can have hundreds of these a day, I thought i could get a update query to work and it would update all the information for them.
So in the results I have a database reference number so they can see what records to update. They key into a DB Ref From box and then a DB Ref to Box. I then have another text box underneath this with their comment (eg 30/01/2020 ms)
So in my Update query so far I have in first column
Field - DB_REF
Table - Tbl_data
Criteria - >=[Forms]![Search Results]![DBREF_From] And <=[Forms]![Search Results]![DBREF_To]
I also have in second column
Field - Expr1: [Forms]![Search Results]![Comments]
Update To - [ColumnNameInTheTable]
This gives me Cannot update 'Form........Field not updateable.
Have I gone totally wrong?
No code in this database as I dont really have a clue but does it need to be coded in?
Cheers guys
Matt