PC Review


Reply
Thread Tools Rate Thread

Access Programming On Forms

 
 
=?Utf-8?B?ZHNrYW5lcw==?=
Guest
Posts: n/a
 
      25th Feb 2005
I have the following record operations buttons on my forms (Save, Add, Delete)

I was wondering if there is a way in VB to identify if one of these
operation buttons
has been clicked or not ??

Thanks for your time
--
dskanes
 
Reply With Quote
 
 
 
 
John Vinson
Guest
Posts: n/a
 
      25th Feb 2005
On Fri, 25 Feb 2005 12:03:04 -0800, "dskanes" <(E-Mail Removed)>
wrote:

>I have the following record operations buttons on my forms (Save, Add, Delete)
>
>I was wondering if there is a way in VB to identify if one of these
>operation buttons
>has been clicked or not ??
>
>Thanks for your time


Each button's Click event will be executed when the user clicks it;
you could have that event set the value of a global variable (or
otherwise record the action).

Typically a "click" is a transient event - a button doesn't usually
have a "clicked state" and an "unclicked state", so I'm not quite sure
what you're getting at!

John W. Vinson[MVP]
 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Programming Forms Mark Rae Microsoft ASP .NET 2 6th Jan 2007 08:51 PM
Programming Access Forms =?Utf-8?B?TXIuIENhbWVs?= Microsoft Access VBA Modules 3 12th Jun 2006 08:41 PM
Forms Programming Dunkster Microsoft Outlook Form Programming 0 17th Mar 2004 01:47 AM
Forms Programming Karen Howard Microsoft Access Form Coding 2 16th Sep 2003 09:03 PM
Access 2000 Forms Programming Karen Microsoft Access Form Coding 2 11th Sep 2003 09:59 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:43 PM.