Hey, I'm Ben, a newbie on here.

I am currently creating a database in Microsoft Access, but have forgotten all of the VB i learned at school so if anyone on here could help me with a few simple bits of script i would be most grateful!

I have a form (frmSplash) which i would like to use as a splash screen upon starting the database. How would i open the form, make it wait for 5 seconds and then close the form?

So far I have managed this (not very impressive i know )

VB Code:
  1. Open .Form = "frmSplash"
  2.  
  3. Close .Form = "frmSplash"

And that doesn't even work lol!

Any help would be greatly appreciated!

Thanks in advance

Ben