E
eon
Main form is based on Units Table.
UnitID PK
UnitNumber
SquareFeet
Rent
The combobox on UnitsForm shows the UnitNumber and populates the
SquareFeet and Rent txtboxes when a unit is selected.
Second Form is based on Leases Table.
LeaseID PK
UnitID FK
LeaseStart
LeaseEnd
Units is one of One to many.
I want to use a command button to open LeaseForm and show the
UnitNumber and Rent selected in Units Form. If no current Lease is
associated with the Unit, then open to new record.
Does anyone have a suggestion?
Thanks
UnitID PK
UnitNumber
SquareFeet
Rent
The combobox on UnitsForm shows the UnitNumber and populates the
SquareFeet and Rent txtboxes when a unit is selected.
Second Form is based on Leases Table.
LeaseID PK
UnitID FK
LeaseStart
LeaseEnd
Units is one of One to many.
I want to use a command button to open LeaseForm and show the
UnitNumber and Rent selected in Units Form. If no current Lease is
associated with the Unit, then open to new record.
Does anyone have a suggestion?
Thanks