Recent content by jattman

  1. J

    format check of input box

    i have a input box on a form and i want to check that the data entered is in the format of "mm/yyyy" If Date_input.Format = "mm/yyyy" Then MsgBox ("Yes") Else MsgBox ("No") End If The yes and no msgbox's are just there so i know it works. thanks in advance
  2. J

    check number is an integer

    if it wouldnt be a hassle could you please explain briefly how the second one works. It works fine so thanks for that but i want to understand how it works aswell. Thanks.
  3. J

    check number is an integer

    what's the easiest and best way to check and make sure that the value entered into an input field, on a form, is an integer?
  4. J

    question?

    i have a macro which runs a query. the query has criteria [membership number] i'm planning to run this macro, from forms, through a command button. is there anyway i can get the macro to get the membership number from the form, automatically and use it to run the query? thanks.
  5. J

    input

    no i havent run it through a macro, i havent done it through vb either, because i dont know where to start. and its one query, which i want to run from several different places, so i dont think a macro is the solution. In some forms, the query result is shown as a sub-form and in others it...
  6. J

    input

    i have a query which has as its criteria 'membership number'. i want to run this query from several different forms and instead of typing in the membership number every time, i want the query to automatically select the membership number, from the record that i am viewing. I have some...
  7. J

    recordsets

    i need the query to ignore something if there if it isnt there in a table. i need to calculate the amount of income, from three different tables, sales, bills and membership fees. i always have bills and sales, for every month, but sometimes i dont have any membership fees. When i run the...
  8. J

    recordsets

    can someone please tell me or show me a GOOD example of how to use recordsets properly. thanks in advance
Back
Top Bottom