this is the code I have currently and it is not working, this is at the end of the code does it need to be else where?
Private Sub Form_Resize()
DoCmd.Restore
End Sub
Hi I have developed a training db for the company I am working for. The main screen opens maximised which is fine, I then select a button from this screen to do a search on what training is expired, once I have ran the query a report is generated in the background with this search form over the...