Search results

  1. S

    vba syntax issue

    Hi All Apologies, my access is more query based that VBA - but I'm trying to change that! I have a yes/no box in a table that I wish to perform an 'IF' transaction around but for the life of me can't work out how to access it. e.g., I 'd like code to do somethig like: If tbl_alpha.yesBox =...
  2. S

    Updating Queries dynamically

    Hi Guys my database is essentially a questionnaire of around 200 questions. I'm trying to add a 'light' version to it. I've added a 'include in light verion' tick-box to all the questions and a 'light analysis' tick box on the registration page. The questions are all genertated via queries...
  3. S

    Importing data and relationships from another DB?

    Hi All I need to be able to import a table (tbl1A) from database A to a table (tbl2B) in database B. The problem is that database A and B are different versions of the same database - and therefore the tables are the same, just with different data. I need to update the data in tbl2B with the...
  4. S

    Combo boxes: appearing blank and locking up form

    Hi All I've done a search on historical posts and have not found a releveant thread. Apologies if there is one - my search criteria must be off. I'm updating a combo box using the results of previous data - don't believe cascading boxes is the answer. The code below works in the sense that...
Back
Top Bottom