B
Bob
Hi,
I have to change the following seek code to either
findfirst or a string (seek doesn't work with a linked DB)
and I'm not sure how to do it or even what this line is
exactly calling:
MyInfo.Index = "PrimaryKey": MyInfo.Seek "=", Me
("frmFTVPlatform" & Format(ItemCount, "00")), Me
("txtLoanNum" & Format(ItemCount, "00"))
frmFTVPlatform is an option group, with 2 check boxes and
either one is always checked. txtloanNum is the check
boxes' corresponding field and its corresponding table's
field name is LoanNumber from tblPropertyPreservation.
Thanks for your help,
Bob
I have to change the following seek code to either
findfirst or a string (seek doesn't work with a linked DB)
and I'm not sure how to do it or even what this line is
exactly calling:
MyInfo.Index = "PrimaryKey": MyInfo.Seek "=", Me
("frmFTVPlatform" & Format(ItemCount, "00")), Me
("txtLoanNum" & Format(ItemCount, "00"))
frmFTVPlatform is an option group, with 2 check boxes and
either one is always checked. txtloanNum is the check
boxes' corresponding field and its corresponding table's
field name is LoanNumber from tblPropertyPreservation.
Thanks for your help,
Bob