C
Canice Diaz
Help needed please. This sounds very basic but I'm a newbie to Access VB.
I'm using Access XP. I have three tables with fields below as example:
1. tblOwner
ownerID PK(Autonumber)
name
Address
TelNo
2. tblLicense
LicenseID PK(Autonumber)
OwnerID FK
LicenseNbr
DateIssued
DateExpired
3. tblMachines
machineID PK(Autonumber)
LicenseID FK
SerialNbr
Table Owner can have many licenses (1 to many). Table License can have many
machines (1 to many). What I'm trying to do is whenever a new
license number (LicenseNbr) is added, I need to have the table machine
create a new set of records based on the new license number. I've created a
main form for the tblOwner with two subforms but I'm having trouble with
related records on the tblLicense. Any help will be very much appreciated.
Thanks in advance.
Canice
I'm using Access XP. I have three tables with fields below as example:
1. tblOwner
ownerID PK(Autonumber)
name
Address
TelNo
2. tblLicense
LicenseID PK(Autonumber)
OwnerID FK
LicenseNbr
DateIssued
DateExpired
3. tblMachines
machineID PK(Autonumber)
LicenseID FK
SerialNbr
Table Owner can have many licenses (1 to many). Table License can have many
machines (1 to many). What I'm trying to do is whenever a new
license number (LicenseNbr) is added, I need to have the table machine
create a new set of records based on the new license number. I've created a
main form for the tblOwner with two subforms but I'm having trouble with
related records on the tblLicense. Any help will be very much appreciated.
Thanks in advance.
Canice