Hello one and all
As you can guess I am stuck once again
I have created a form addorganisation
this consists of the organisation table fields and a grid with the contacts fields in it
I fill in the details of the orgnisation then if I wish to add a contact for that organisation I have an add button
This bit all works swimmingly until I click on my exit button.
At first I thought all was working well I went into the organisations table the organisation was there I went into the contacts table the contacts were there. BUT if I closed down the database and reopened it they would disapear. The data was not commiting its self to the table so I put =TABLEUPDATE(.T.) in the exit button.
Now I have the problem that if I don't add a contact it updates the organisation table fine but if I add a contact it update the contact table and not the organisation table.
Please help
I presume I have to declair something else in the table update command but when I try it throws up errors such as variable organisations if not found.
Luv
Rachel
As you can guess I am stuck once again
I have created a form addorganisation
this consists of the organisation table fields and a grid with the contacts fields in it
I fill in the details of the orgnisation then if I wish to add a contact for that organisation I have an add button
This bit all works swimmingly until I click on my exit button.
At first I thought all was working well I went into the organisations table the organisation was there I went into the contacts table the contacts were there. BUT if I closed down the database and reopened it they would disapear. The data was not commiting its self to the table so I put =TABLEUPDATE(.T.) in the exit button.
Now I have the problem that if I don't add a contact it updates the organisation table fine but if I add a contact it update the contact table and not the organisation table.
Please help
I presume I have to declair something else in the table update command but when I try it throws up errors such as variable organisations if not found.
Luv
Rachel