Recent content by scrappy2

  1. S

    Building A Report

    hi, I have never built a report before and im trying to contruct one using design mode. For starters I want to display 2 items, 1: show a list of name of people from a table called 'tblCallTree' using a heading 'Name' 2: show a list of the projects assigned to each of the people listed from...
  2. S

    VBA from a form into a table

    Hi, Im trying to add data from a form i created into a table, I have seen alot of different examples on the internet however some are very long and i think go into to much detail, can someone please give me the correct method and syntax to do this? for the example you could use, table =...
  3. S

    DoCmd.OpenQuery

    Hi, I am trying to get the following bit of code to run - ill shortened it quite a bit but still not working, can someone please help DoCmd.OpenQuery ("SELECT * FROM tblTasks;") I keep getting an error message saying Microsoft Office Access can't find the object 'SELECT * FROM tblTasks;.'...
  4. S

    Enter Parameter Value in syncronised combo box???

    Hi, im tryin to build a form which uses 2 combo boxes, the first one pulls details of user names from a table without any problem however when i use the after update method to pull a field from another table using the data in the first combo i get a pop up which says enter parameter value, if i...
Back
Top Bottom