OpenForm Where Clause problems

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
 
D

darien.watkins

IDHold is just a variable for testing now. I've actually fixed this
now...

There was something up with my form, I recreated it and everything
worked. I would figure out what the deal was but I'm just kinda glad
it works now. I think the record form that was linked to the table
was missing the ID.

I don't know,

Thanks for the input.

Darien
 
Top