Hi all
I seem to be having a problem with acess 2003 in that when ever I set the parent/child relationships and go back to the front end the simple disappear?
any thoughts would be grate
Thanks
James
Can anyone tell me why this does not work ?
Thanks in advanced
Dim SQL As String
SQL = "INSERT INTO tblcategory ( cat_name ) IN 'C:\cmr\office.mdb'"
SQL = SQL & " SELECT tblcategory.cat_name"
SQL = SQL & " FROM tblcategory;"