Search results

  1. mkelly

    using a check box to enter time in a table field

    I am trying to use a checkbox in a form that once it is clicked a text box will appear on the form and place the "time()" inthat text box and in the table. Any help would be greatly appriciated.. Thanks
  2. mkelly

    Option Group Value to Text

    Forgot to tell you, on the report create a new text box with the formula in it and make the existing box showing 1 or 2 invisable
  3. mkelly

    Option Group Value to Text

    Try this: =lif([text box name?]=1,"D","E")
  4. mkelly

    Error message on date fields

    I have one form with two date fields and each time I try to enter a date I get an error message "Field cannot be Updated" after I click OK twice I can them update the fields. Does anyone know what is causing this and how to fix it. Help greatly appriciated!!:confused:
  5. mkelly

    deploying an access program w/ developer

    Yes, the main error is that the path is wrong.
  6. mkelly

    Pictures

    I find it easier to leave it unbound, size it in Word and past it to your form or report.
  7. mkelly

    deploying an access program w/ developer

    Can anyone give me a step by step guide to package and deploy my applications in Access 2000? Every time I try to package it for computer without Access I get errors that the program cannot be found etc. Any help is greatly appriciated. Mark
  8. mkelly

    Hiding the database window

    FIXED IT! Hiding db window I have a program with a splash screen I went to startup and turned off the datbase window however it keeps popping up when the program starts. Is there another way I can hide it? Any help appriciated I have already removed the check next to "Display the Database...
  9. mkelly

    reset an event for each new record

    I have an event procedure on my main form. However, once it is clicked on the first record it does not reset for each record after that. the code is: Private Sub Outbound_Mail_Click() If [outbound mail] = -1 Then [Form_Outbound Mail].Visible = True Else [Form_Outbound Mail].Visible = False...
  10. mkelly

    invisable forms

    If I make a form invisable can I use a check box to make it visable? Is there another way to do this. Any help is apprieciated
  11. mkelly

    Populate multiple tables from one form

    Your right. I think I had a brain fart I decided to just use subforms instead. Thanks anyway
  12. mkelly

    Populate multiple tables from one form

    Does anyone know how to populate fields in multiple tables from data entered on one form?? Thanks Mark
  13. mkelly

    Need Help with a calculated expression

    This is the expression, however if the volume is below the reorder point it returns a -1 if it is not it returns a 1. Does anyone know how I can make it return a text message? I would like it to return "REORDER" if it is below the reorder point and nothing if it above the reorder point. Any help...
Back
Top Bottom