Will someone show me how to insert the contents of a memvar into a form reference line of code. See below:
memvar = "AR Customer Listing"
Forms![Main Tabs]![contents of memvar goes here].SetFocus
"Forms![Main Tabs]![" & memvar & "].SetFocus" (This is just to give you more of any idea of what I need.
Steve
memvar = "AR Customer Listing"
Forms![Main Tabs]![contents of memvar goes here].SetFocus
"Forms![Main Tabs]![" & memvar & "].SetFocus" (This is just to give you more of any idea of what I need.
Steve