D
darien.watkins
I have an issue where I am calling a form using Openform.
DoCmd.OpenForm "frmEditIssue", , , "IssueID=" & IDHold
I only have 6 records as of yet, and this will only pull up 1, #5. If
IDHold is equal to anything besides 5 then the form comes up as a new
record.
Darien
DoCmd.OpenForm "frmEditIssue", , , "IssueID=" & IDHold
I only have 6 records as of yet, and this will only pull up 1, #5. If
IDHold is equal to anything besides 5 then the form comes up as a new
record.
Darien