Hello,
I need your help or orientation to figure out how to control a randomily code to open a form/table record.
I have a table/form and I open the record randomily through this code:
record = DCount("[ID]", "FORM")
myvalue = (Int(record * Rnd) + 1)
DoCmd.OpenForm "FORM", , , "ID =" &...