D
Dan
I have a button that opens a form with certain records:
DoCmd.OpenForm stDocName, , , stLinkCriteria
The where condition is determined by different values from a record, however
it is often too long and the end part gets cut off. Any suggestions on what I
can do.
DoCmd.OpenForm stDocName, , , stLinkCriteria
The where condition is determined by different values from a record, however
it is often too long and the end part gets cut off. Any suggestions on what I
can do.