User Profile

Collapse

Profile Sidebar

Collapse
Eddie Malone
Eddie Malone
Last Activity: Apr 13 '07, 04:14 PM
Joined: Feb 6 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Eddie Malone
    replied to Command button to validate data
    One is in a form and the other in subform. Cartons is on the form and CartonCountSubt otal is in the in subform....
    See more | Go to post

    Leave a comment:


  • Eddie Malone
    replied to Command button to validate data
    Stupid question no doubt but is the Canel and Save button the same button? Or are there two? I can't find the save function in teh command button.

    Eddie....
    See more | Go to post

    Leave a comment:


  • Eddie Malone
    replied to Command button to validate data
    Thank you so much for you quick reply. I'll kick it around and see if I can get it to work.

    Eddie....
    See more | Go to post

    Leave a comment:


  • Eddie Malone
    started a topic Command button to validate data

    Command button to validate data

    Hi,

    I'm new to access. I have built a database and a form (along with a subform). Before the command button updates I want it to run a validation. The current VBA code for the button is:

    Code:
    Option Compare Database
    Option Explicit
    
    Private Sub Command20_Click()
    On Error GoTo Err_Command20_Click
    
    
        DoCmd.GoToRecord , , acNewRec
    
    Exit_Command20_Click:
    ...
    See more | Go to post
    Last edited by NeoPa; Feb 8 '07, 07:41 PM. Reason: Tags

  • Eddie Malone
    started a topic Entering multiple records on an access form

    Entering multiple records on an access form

    Hi,

    I'm an access newbie. It is a great little toy and I'm trying to get better at it all the time.

    I am trying to design a form that will feed into a table. For example sake we will say there are three fields:

    1-Unique #
    2-Container #
    3-Cartons

    The Unique # is a number generated from earlier work and will be manually entered.

    The Container # is the # of...
    See more | Go to post
No activity results to display
Show More
Working...