MySQL Forums
Forum List  »  Microsoft Access

Re: Need Help with linking tables from Access to MySQL
Posted by: Jay Alverson
Date: August 02, 2009 09:26AM

Boy it's been a while, let's see. Make a backup of your mdb file first.

Then go to the form, right click on it and choose Design View.

Once the form opens in Design View, right click on the top bar (title bar)
of the form and choose PROPERTIES.

On the DATA tab the first option should be RECORD SOURCE which is the name
of the table that the form is using. Change that to the MYSQL table and see
what happens. You might have to edit some of the MySQL data (or add an extra
row) so you can tell the difference.

You might be able to write an Access Basic program to change others once
you get part this down, so you don't have to do it all by hand.

I've linked tables to MySQL using Access Basic, but never had to bother with
forms.

>

Thanks, Jay

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Need Help with linking tables from Access to MySQL
2054
August 02, 2009 09:26AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.