Search results

  1. D

    Working with forms and controls

    I'll try to be as brief as possible. I have a form "CustomerInfo" which includes the customers phone number. I have a button on this form called "Sell". When the "Sell" button is clicked on I want to capture the phone number from this form, save the current record, and close the form. Then...
  2. D

    Executing code from a command button

    Is there a way to execute a function from a command buttons "OnClick" property without calling it from a macro? Thanks, DougW
  3. D

    Last time working with Access was 2.0.......

    My how things have changed...... Trying to do a simple Dim statment to define a database prior to setting to currentdb. But, I keep getting error "user defined type not defined"... All the samples n' such show the use of "Dim db as database" but it's not working for me. I even cut and past some...
Back
Top Bottom