mishafljin
New member
- Local time
- Yesterday, 17:15
- Joined
- Jan 7, 2016
- Messages
- 8
Hi,
I have to make an form but it doesn't work the way i want it to work..
I'll try to be clear as possible and left out some non-important data and columns.
I have three tables.
1. os_tbl (osID, OS [eg. Linux, Windows])
2. ver_tbl (verID, Version [eg. 7, 8, 10], osIDfk)
3. name_tbl (nameID, Name [eg. Mark, Jane, Tom], verIDfk)
So, what i actually need is to have a entry dana form containing Names of people, and two subforms: OS and Version.
I believe thats simple but i cant make it even with form wizard.
I would like to view data in that tables, and also to make new records on the same form (type in new name, choose OS from combo box, and type in new version).
So in fact, when making new record it must save new Name in name_table, save new version in ver_tbl and connect it. os_tbl needs no data entry or change.
thanks for any help
I have to make an form but it doesn't work the way i want it to work..
I'll try to be clear as possible and left out some non-important data and columns.
I have three tables.
1. os_tbl (osID, OS [eg. Linux, Windows])
2. ver_tbl (verID, Version [eg. 7, 8, 10], osIDfk)
3. name_tbl (nameID, Name [eg. Mark, Jane, Tom], verIDfk)
So, what i actually need is to have a entry dana form containing Names of people, and two subforms: OS and Version.
I believe thats simple but i cant make it even with form wizard.
I would like to view data in that tables, and also to make new records on the same form (type in new name, choose OS from combo box, and type in new version).
So in fact, when making new record it must save new Name in name_table, save new version in ver_tbl and connect it. os_tbl needs no data entry or change.
thanks for any help