P
PF
Suppose you normalized a customer table and split it into 3 tables with the
access wizard.
Then you remove the lookup fields of the customer table because they are
'evil stuff' (...)
The customer table is link with the other with autonumber link fields
1. tblcustomer with address and all data
2. tblBuyer a list of 5 names
3. tblType a list of number
Question 1
What is the common use technique to add record?
Lets say the user add a customer, he enter a new customer number and data,
but when he will arrive a the buyer field what is the common way to handle
that on a form.
In vb if you want to add a record how do you do that?
Question 2
How come there are no question on normalisation in table design forum?
Is someone using that?
Question 3
When i import from text file i would like to see an example of text transfer
involving
data normalised with vb. Any link? I look in google without much result
Regards,
Pierre
access wizard.
Then you remove the lookup fields of the customer table because they are
'evil stuff' (...)
The customer table is link with the other with autonumber link fields
1. tblcustomer with address and all data
2. tblBuyer a list of 5 names
3. tblType a list of number
Question 1
What is the common use technique to add record?
Lets say the user add a customer, he enter a new customer number and data,
but when he will arrive a the buyer field what is the common way to handle
that on a form.
In vb if you want to add a record how do you do that?
Question 2
How come there are no question on normalisation in table design forum?
Is someone using that?
Question 3
When i import from text file i would like to see an example of text transfer
involving
data normalised with vb. Any link? I look in google without much result
Regards,
Pierre