Advertisement

1 - 10 of 55 containing alltags:("afterupdate") (0.001 seconds)
Does VB handle an AfterUpdate Event (as available in Access)?  If so, how does it handle it.
Zones: Visual Basic, VB ObjectsDate Answered: 10/03/2000 Grade: A Views: 0
Hi, I have a form which I want to date stamp every time any control on it is updated.  Each form has a single date field.  After this date stamping is done, I want to also save the record.  I al...
Zones: MS AccessDate Answered: 12/22/2005 Grade: A Views: 0
Hello, I have the below code that is to allow a number entered to be a percent (divides by 100). It is hard to explain so let me just give you an example. if I enter 1 then the code should m...
Zones: MS AccessDate Answered: 01/29/2006 Grade: A Views: 4
I'm having problems updating a combobox (I'm just starting to explore Access and I'm getting thrown by the little things) I have 2 comboboxes on a form, Combo1 and Combo2 I have a Table called ...
Zones: MS AccessDate Answered: 03/16/2002 Grade: A Views: 0
In Access2K, I have a field called "dttCurrentStartDate".  I am looking to increment a field called "intChangeCountStartDate" only if the user changes the value in dttCurrentStartDate. I tried u...
Zones: MS AccessDate Answered: 01/21/2003 Grade: A Views: 0
i have a bound for for inputing and editing of records. in some cases, after editing a form, the record will no longer be in the forms record source (status changes from OK to CL) and therefor a...
Zones: MS AccessDate Answered: 05/28/2003 Grade: A Views: 0
I have an MS Access form, where a user enters the date by selecting it from three combo boxes for day, month and year. I need to convert it to 11-Jan-2004 format and write to a table. Here is what ...
Zones: MS AccessDate Answered: 01/06/2004 Grade: A Views: 0
I use a calendar control on a form in Access 97.  I put the following code in the AfterUpdate event of the Calendar control, but the code won't execute.  I tried to put it in Updated event instead,...
Zones: MS AccessDate Answered: 02/28/2004 Grade: A Views: 0
In an AfterUpdate event procedure, I have two fields Qty and Amount. If qty =10 then       Amount = Qty/100 I will need to format so that Amount field will display 0.1 on the form. Thanks you ...
Zones: MS AccessDate Answered: 04/08/2004 Grade: A Views: 0
Here's an odd happening...It may be a bug.  I write code under the AfterUpdate event on my "Item" control.  I want the code to write the tax value to the Orders table after the item is added to t...
Zones: MS AccessDate Answered: 03/24/2004 Grade: A Views: 0