Hello,
I am working with a SQL Server database that has poorly normalized tables, and trying to create an Access front end to add functionality to the existing DB.
Here's the details:
There is a table called "in_grp" which holds information (address, contact name, phone nuber, etc..) on tour groups visiting our hotel. The primary key is "gcode". The problem here is that the same tour company may send 20 groups to our hotel, and this information has to be entered 20 times because there is no reference to a "Master Group" table which can hold the tour company info and the in_grp table just holds the info relevant to each of the 20 groups.
I want to add a Master Group table, but when a salesperson books a new group with the existing interface it will have no way of linking to my table. I would like to import/link to the in_grp table in Access and create a front end that will locate groups that aren't yet linked to my Master Group table and be able to input new master group information and link that group to it.
I'm not sure how to go about doing this. Any suggestions?
Sorry if my explantion is missing anything important. I'll be happy to elaborate if anyone can help out.
Thanks in advance,
Faded
I am working with a SQL Server database that has poorly normalized tables, and trying to create an Access front end to add functionality to the existing DB.
Here's the details:
There is a table called "in_grp" which holds information (address, contact name, phone nuber, etc..) on tour groups visiting our hotel. The primary key is "gcode". The problem here is that the same tour company may send 20 groups to our hotel, and this information has to be entered 20 times because there is no reference to a "Master Group" table which can hold the tour company info and the in_grp table just holds the info relevant to each of the 20 groups.
I want to add a Master Group table, but when a salesperson books a new group with the existing interface it will have no way of linking to my table. I would like to import/link to the in_grp table in Access and create a front end that will locate groups that aren't yet linked to my Master Group table and be able to input new master group information and link that group to it.
I'm not sure how to go about doing this. Any suggestions?
Sorry if my explantion is missing anything important. I'll be happy to elaborate if anyone can help out.
Thanks in advance,
Faded