G
Guest
Hello experts,
This is going to be tricky to explain but here goes...
I have a subform sbfrm_PDiff and the data source is tbl_PDiff.
Here are some facts about sbfrm_PDiff:
1 - it only shows a few of the fields from tbl_PDiff
2 - it is in datasheet view on parent form
Now here is my problem:
I wanted to add a button on each record of the subform to show three of the
fields from tbl_PDiff that are not on sbfrm_PDiff in a new frm_PDiffMemo (the
reason for this is because they are memo fields and the rest are currency and
text fields that are showing on sbfrm_PDiff).
I'm having trouble bringing up frm_PDiffMemo from sbfrm_PDiff and have it
link correctly so that I can populate the memo fields for that record.
Does this make sense? is there a better way to do this?
I need some help please!
This is going to be tricky to explain but here goes...
I have a subform sbfrm_PDiff and the data source is tbl_PDiff.
Here are some facts about sbfrm_PDiff:
1 - it only shows a few of the fields from tbl_PDiff
2 - it is in datasheet view on parent form
Now here is my problem:
I wanted to add a button on each record of the subform to show three of the
fields from tbl_PDiff that are not on sbfrm_PDiff in a new frm_PDiffMemo (the
reason for this is because they are memo fields and the rest are currency and
text fields that are showing on sbfrm_PDiff).
I'm having trouble bringing up frm_PDiffMemo from sbfrm_PDiff and have it
link correctly so that I can populate the memo fields for that record.
Does this make sense? is there a better way to do this?
I need some help please!