Recent content by ivi77

  1. I

    Validation Rule

    If you make a field to have an input mask for 10 digits, a user cannot enter anything more or less than 10 characters... And to access the field as numeric, use the VAL function
  2. I

    Validation Rule

    If you want the 0 to show up before the number, make the field as Text instead of Number and have an input mask for 10 digits so that the user is bound to enter all 10 digits or nothing
  3. I

    help on relationships

    hello, Can someone please tell me if the table relationships are OK.. I have a database which stores people's information and the seminars they have registered for.. Every seminar should have a primary location and date and could be broadcasted over several alternate locations and could run...
  4. I

    Update Form

    thank you for the info
  5. I

    Update Form dynamically

    Cool.. thank you..
  6. I

    Update Form

    I have a button on a form that invokes an update query and updates student's information such as last name, first name, gender, etc, which is got from another table in another DB that is stored in the current DB as a link table. But what I want to do is refresh the form so that it displays the...
  7. I

    Update Form dynamically

    I have a button on a form that invokes an update query and updates student's information such as last name, first name, gender, etc, which is got from another table in another DB that is stored in the current DB as a link table. But what I want to do is refresh the form so that it displays the...
  8. I

    Query for blanks

    try using the "is null" option.....
Back
Top Bottom