I have two tables in database.
1. Person
2. Doctor
I want to create a form in access which containsPerson information as well as its doctor information. In order to view it simple but i want to provide the following features on the same form..
1. Insert new data
2. Edit existing data
3. View data
4. Delete data
5. Search data
I am bit confused that how should i design my form which is best in terms of management and coding as well...Either i do everything with VBA or with wizard....
1. Person
2. Doctor
I want to create a form in access which containsPerson information as well as its doctor information. In order to view it simple but i want to provide the following features on the same form..
1. Insert new data
2. Edit existing data
3. View data
4. Delete data
5. Search data
I am bit confused that how should i design my form which is best in terms of management and coding as well...Either i do everything with VBA or with wizard....
Comment