KevinSlater
Registered User.
- Local time
- Today, 03:08
- Joined
- Aug 5, 2005
- Messages
- 249
Hi,
I have an access 2003 form named “frm-PALLET_DESPATCHES” in which I would like to be able to amend the “direction” (drop down section) and “pallets” (entry box) fields which in turn will save the data into a local access table named: “DATA-PALLET_DESPATCHES”. However when I try to amend these two fields in the form access won’t let me type anything into them. (No error message-access just wont allow me to amend the fields)
It appears the problem is related to the forms underlining query named “qry-DATA-PALLET_DESPATCHES” being ready only and I’m not sure how to make this updateable.
The Query has one access table and 3 linked SQL tables, the other option I thought was to perhaps update the query from the form by using some code but not sure where to begin on this.
Any suggestions would be great, I’ve attached a sample from the database with most records removed and a screenshot of the form.
Thanks
Kevin
I have an access 2003 form named “frm-PALLET_DESPATCHES” in which I would like to be able to amend the “direction” (drop down section) and “pallets” (entry box) fields which in turn will save the data into a local access table named: “DATA-PALLET_DESPATCHES”. However when I try to amend these two fields in the form access won’t let me type anything into them. (No error message-access just wont allow me to amend the fields)
It appears the problem is related to the forms underlining query named “qry-DATA-PALLET_DESPATCHES” being ready only and I’m not sure how to make this updateable.
The Query has one access table and 3 linked SQL tables, the other option I thought was to perhaps update the query from the form by using some code but not sure where to begin on this.
Any suggestions would be great, I’ve attached a sample from the database with most records removed and a screenshot of the form.
Thanks
Kevin