2ippy Newbie Here, Be gentle. Local time Today, 13:30 Joined Nov 10, 2006 Messages 78 Nov 15, 2006 #1 DoCmd.OpenForm sommat for opening forms?
2ippy Newbie Here, Be gentle. Local time Today, 13:30 Joined Nov 10, 2006 Messages 78 Nov 15, 2006 #2 omg i did it without needing the help DoCmd.OpenForm ("Customer Search")
boblarson Smeghead Local time Today, 05:30 Joined Jan 12, 2001 Messages 32,059 Nov 15, 2006 #3 Good Job! It's great when you can figure things out. Keep up the good work.
2ippy Newbie Here, Be gentle. Local time Today, 13:30 Joined Nov 10, 2006 Messages 78 Nov 15, 2006 #4 now get on msn and help me with something more complex
2ippy Newbie Here, Be gentle. Local time Today, 13:30 Joined Nov 10, 2006 Messages 78 Nov 15, 2006 #5 DoCmd.OpenForm what is the opposite? there isn't a DoCmd.CloseForm
R Rich Guest Nov 15, 2006 #6 2ippy said: DoCmd.OpenForm what is the opposite? there isn't a DoCmd.CloseForm Click to expand... Yes there is, use the intellisense provided within VBA
2ippy said: DoCmd.OpenForm what is the opposite? there isn't a DoCmd.CloseForm Click to expand... Yes there is, use the intellisense provided within VBA
2ippy Newbie Here, Be gentle. Local time Today, 13:30 Joined Nov 10, 2006 Messages 78 Nov 15, 2006 #7 there is docmd.close but that will close the database.
2ippy Newbie Here, Be gentle. Local time Today, 13:30 Joined Nov 10, 2006 Messages 78 Nov 15, 2006 #9 yeah i tried that but i screwed it up somehow.