Recent content by pkoko

  1. P

    Which software to use for the following?

    Using little VBA you can do that in A2003. Do a search on e-mail to Outlook. I would create 2 tables for this. One for costumers & one for surveys. Do a 1 to many relation. Or one costumer can have many surveys. Good luck
  2. P

    Has anyone got a good way to make these calculations

    Let me ask a simple question: What do you gain exactly from doing this in Access? Are you storing the results in some sort of Database? If not, then you should be using excel. If you still want to do it in access I would use the financial built in functions to do an IRR (Internal Rate of...
  3. P

    New to forum, new to access need help

    How many Circuits and how many components?? If there are more than 10+ of each then you really need to consider using access. Second does each unique circuit contain the same components? If so, then all you need(in access) is one table for equipment and another table for components and use 1...
  4. P

    English Premier League - Upcoming Season

    Anyone has clue what is wrong with Man UTD at the moment??
  5. P

    Find existing record with multiple criteria

    I would run a querry that the search criteria include the actual field names on the form. then requerry the records. For example: SELECT * from TABLE where FIELD1= [forms]![NameofForm]![FieldName]
  6. P

    Validation rule work around

    If you want a dumb workaround.... how about instructing the users to change the system date so the validation rule is still valid.
Back
Top Bottom