Search results

  1. khawar

    Newbie that needs help

    What is the criteria for matching
  2. khawar

    Getting the validation property to work in a table

    I have attached a sample which have some table constraints to give you an idea what you can do with them
  3. khawar

    Getting the validation property to work in a table

    By the method told by Mr B you can add just one validation for table Access tables support check constraints by which you can add more than one constraints for every column in table in which you can validate data from current table or any other table But this can be done only by using vba (as...
  4. khawar

    Rearranging input data from an unbound text box

    are you storing dates as text
  5. khawar

    Passing single variable for different make queries

    You can alse creat a vba variable and get the value of variable through a function alternatevily you can store criteria in a table and use inner join to show only records for that criteria
  6. khawar

    Image in a form

    You have to use a sub form for pictures
  7. khawar

    Image in a form

    You can use a detail table with one to many relationship for images In this way you have more than one images for any record
  8. khawar

    Variable number of reports.

    you can creat a loop statement for opening same report with ranged records or you can use a select statement to divide records in category of 3000 each and then force new page at end of each group
  9. khawar

    3 columns in a field in Detail?

    Use data in a sub report and set column in that sub report
  10. khawar

    3 columns in a field in Detail?

    You have to set detail width to show 3 column
  11. khawar

    Forcing user to select a value from list

    can you upload some sample data
  12. khawar

    Forcing user to select a value from list

    Where you are having problem tell some detail
  13. khawar

    Update Query Question

    Attached file contains a function to convert the text as you required I have used this in select query you use same function to update your data
  14. khawar

    Stop Macro if any required fields are blank

    you have to validate each field
  15. khawar

    Stop Macro if any required fields are blank

    You can use vba to validate filelds first then if all fields are filled run the macro else display message that all fields need to be filled
  16. khawar

    Message Box Reminder

    It is because the code to open reminders for is on your swithch board transfer that code to the reminders form and then open switch board
  17. khawar

    Adding (All) Options to Combo Box crashes Access

    Here is the alternate option without using vba
  18. khawar

    Adding (All) Options to Combo Box crashes Access

    Where is the combo to which all is addedd
  19. khawar

    Create a table of 1 column for integers 1 to 2000

    I have attached a sample for you
Back
Top Bottom