A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Create "cancel" button on a form collecting parameters



 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old July 23rd, 2009, 05:49 AM posted to microsoft.public.access.gettingstarted
anders bitzer
external usenet poster
 
Posts: 2
Default Create "cancel" button on a form collecting parameters

Hi
As new danish user in Access 2007 I have a small question.
With help from the help menu, I have created a form that collects parameters
for a report. Only thing missing is a cancel button on the form that allows
me to cancel the query.
Following the help menu I have following module in VBA, but I guess
something should be changed between the brackets.

Function IsLoaded(ByVal strFormName As String) As Boolean

Dim oAccessObject As AccessObject
Set oAccessObject = CurrentProject.AllForms(strFormName)

If oAccessObject.IsLoaded Then
If oAccessObject.CurrentView acCurViewDesign Then
IsLoaded = True
End If
End If

Thanks in advance for any help.
Anders
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 02:13 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.