mbarkley9872
Technical User
I've posted this question as part of a bigger issue on the Other Topics forum thread 181-1341594. I haven't had any response there so I thought I'd post this sub-question here...
If I have...
tblMR_Ex:
- MR_ExID PK
- Tail
- Date
- ATA
tblMR_Ex180:
- MR_Ex180ID PK
- Tail
- Date
- ATA
tblMR_ExHist:
- MR_ExID FK
- MR_Ex180ID FK
frmMR_Ex – recordsource is tblMR_Ex
sfmMR_Ex180 – recordsource is tblMR_Ex180; linked to frmMR_Ex by [Tail] and [ATA]
How can I select 1 or more records (or none) in sfmMR_Ex180 and append [MR_Ex180ID] and [MR_ExID] (from the main form) to tblMR_ExHist?
Thanks for any assistance!
Mike
If I have...
tblMR_Ex:
- MR_ExID PK
- Tail
- Date
- ATA
tblMR_Ex180:
- MR_Ex180ID PK
- Tail
- Date
- ATA
tblMR_ExHist:
- MR_ExID FK
- MR_Ex180ID FK
frmMR_Ex – recordsource is tblMR_Ex
sfmMR_Ex180 – recordsource is tblMR_Ex180; linked to frmMR_Ex by [Tail] and [ATA]
How can I select 1 or more records (or none) in sfmMR_Ex180 and append [MR_Ex180ID] and [MR_ExID] (from the main form) to tblMR_ExHist?
Thanks for any assistance!
Mike