G
Guest
How would I rework this code so that I can use variables with it?
DoCmd.OpenForm "frmReportsMenu", acDesign
Forms!frmReportsMenu.cmdClose.Picture = "I:\Bid Administration\bids.ico"
DoCmd.Close acForm, "frmReportsMenu", acSaveYes
I'd like to create a loop to open all of the forms I have specified in a
table.
Crystal
DoCmd.OpenForm "frmReportsMenu", acDesign
Forms!frmReportsMenu.cmdClose.Picture = "I:\Bid Administration\bids.ico"
DoCmd.Close acForm, "frmReportsMenu", acSaveYes
I'd like to create a loop to open all of the forms I have specified in a
table.
Crystal