Hi again,
I am developing a database which deals with the state of the projects
In the first database I have one table called "aa_DatosRecibidos". Among the fields I have [CodigoRFQ].
When [Código RFQ] is approved, then it is transfered to another Database which has 3 tables (T_codigoApproved (1 - 1) T_ProjectData (1-infinite) T_Phases )
My idea is to introduce in a form (in the second database) a comb box which looks up for one table´s record from the first database and when a button is clicked (confirming the operation) then transfer only that record. This comb box has to be designed to select the [CodigoRFQ] which is unique. And then, continue filling T_ProjectData and T_Phases data by using forms and subforms.
But, in my experience:
When building a database with all table´s relationships at the beggining. I have problem related to transfer data from an excel file to my access form which has a few tables in there. One of them received all the data from the excel and the other tables were used to introduced information manually. However, It seemed that the id´s field from the other tables did not update when exporting the information from Excel. But it works when the data is written by hand.
So, how do I design this second database in order to be functional?
Is it possible to build this comb box in order to select by [CodigoRFQ] a certain record and import it to the second database?
Thank you in advance.