marklane2001
Registered User.
- Local time
- Today, 19:05
- Joined
- Sep 16, 2008
- Messages
- 15
An explanation into my problem:
I currently have a form (frm1) and within that form I have a list box (lst1)
The list box displays filtered pupil, course name, course cost, amount paid, amount remaing to be paid
When I click on the list box it opens another form (frm2) which allows me to enter financial payments against the course list box. e.g. course detail - Payment amount - This then runs and update query and this inserts a line into the tbl_All_payments - I then run another query (total) which groups all payments made against a pupil ID. after this has taken place itrefershes the list box an this updates the detail.
Another function I have on frm1 is to add a new course. This just alllows the user to press a button and frm3 opens. Within this form is drop downs fed from the class data. it then submits the detail into the same table as the ALL-Payments i.e. it inserts a line so the list box displays there is a new course but no amount has been paid yet
My problem is that when you add a new course it says the table tbl_All_payments is in use and cannot be locked. I can't work out why this is happening. Is this because I insert data to 1 table from 2 diefferent forms and queries?
I currently have a form (frm1) and within that form I have a list box (lst1)
The list box displays filtered pupil, course name, course cost, amount paid, amount remaing to be paid
When I click on the list box it opens another form (frm2) which allows me to enter financial payments against the course list box. e.g. course detail - Payment amount - This then runs and update query and this inserts a line into the tbl_All_payments - I then run another query (total) which groups all payments made against a pupil ID. after this has taken place itrefershes the list box an this updates the detail.
Another function I have on frm1 is to add a new course. This just alllows the user to press a button and frm3 opens. Within this form is drop downs fed from the class data. it then submits the detail into the same table as the ALL-Payments i.e. it inserts a line so the list box displays there is a new course but no amount has been paid yet
My problem is that when you add a new course it says the table tbl_All_payments is in use and cannot be locked. I can't work out why this is happening. Is this because I insert data to 1 table from 2 diefferent forms and queries?