paul.clarke
Registered User.
- Local time
- Today, 18:42
- Joined
- Mar 13, 2009
- Messages
- 51
I created a query to display data from multiple tables, then created a form using this query. You enter a product code and the details are brought up.
1 of these fields in the query is "comments" I want to be able to update the "comments" field from the form, I can click in the field but i cannot type anything. It will only display the comments if any.
The only way i can update them at the moment is to update the database table directly or via a comments form i created, which is a blank database and you enter from scratch.
I would prefer to enter the comments on the form which in turn updates the database table. This must be possible. Is it property setting, coding etc
Any suggestions?
1 of these fields in the query is "comments" I want to be able to update the "comments" field from the form, I can click in the field but i cannot type anything. It will only display the comments if any.
The only way i can update them at the moment is to update the database table directly or via a comments form i created, which is a blank database and you enter from scratch.
I would prefer to enter the comments on the form which in turn updates the database table. This must be possible. Is it property setting, coding etc
Any suggestions?
Last edited: