Search results

  1. S

    Deleting tables from Code

    Cogent1. I have tried getting the query data right but I am working with somebody elses database and haven't got the time or resources to redesign the tables. This is only a quick fix to address a particular need. To get the same data i needed to run 7 seperate queries which were all dependent...
  2. S

    Deleting tables from Code

    I have a form which has been based on a table. I want the table to be created when I open a form and then I want to be able to delete the table programmatically at some point during an access session. The why's and wherefores of this are that I cannot get the data I want from a query. I've...
  3. S

    Workgroup security woes

    :confused: I have a Access97 database running in a NT4 environment which is secured by workgroup permissions (not my idea it is company policy). I have in the past been able to email the database to another site (who use Access2000) and they have been able to open it with no problems. This...
  4. S

    Forms Misery 2

    Gee Thanks maybe when I get back to work in a couple of weeks time I'll try the query route again. Thanks for the answer though.
  5. S

    Forms Misery 2

    A good question, I tried to get the query to work with the combo box but however I tried I couldn't, so some bright spark at work said why don't you create a temporary table, so I did. I suppose had i perservered with the query I wouldn't have to have posted this question would I. However...
  6. S

    Forms Misery 2

    I have built a database around a main form from which all other things are accessed. On the form there are some command buttons for reports etc, and some combo boxes used to find records quickly within the database. This form is called up at the database start up. However to run on of the...
  7. S

    subform misery

    I ahve created a sub form with 3 combo boxes to look for various data in some tables. They are only used to search and not update or edit. However, when I tested main form with the subform embodied none of the combo boxes on the subform work. However if I open the subform independently...
  8. S

    Formatting Buttons on a form

    Thanks for the reply It does just what it says.
  9. S

    Formatting Buttons on a form

    Is it possible to change the colour of buttons on a form if so how TIA.
  10. S

    Linking Combo boxes

    David, I've created the popup form because I hate using ctrl F its two many key strokes or clicks and just looks naff. I'd prefer to do it with the combo boxes. Ive created the combo boxes but all I want is the info in the combo box I didn't use to select the data to keep track with the combo...
  11. S

    Linking Combo boxes

    an example of what I want to do. I have an internal phone book table which comprises three pieces of data. Surname, Post Title and Phone number. I want to be able to find the phone number by using a dropdown list on either surname or post title. However if I use the drop down on post title I...
  12. S

    Which method is quickest.

    Does anyone know which is the quickest method of querying data. 1. Creating a query and then running that query using a do.cmd call. or 2. Actually writing the query code within a procedure.
  13. S

    Linking Combo boxes

    I may not have explained myself very well. The two combo boxes are based on fields which have unique values. The value selected in combobox A will only have one record in the table. What I actually want to happen is that when I select the value in Combobox A the value shown in combobox B...
  14. S

    Linking Combo boxes

    I want to put two combo boxes on a form which are linked to different fields in the same table so that you can filter the table. What I actually want to achieve is that if I select an item in combo box A then combo box B displays the correct corresponding data from the table, and if I then...
  15. S

    Advice Needed

    Its not the actual query part I have a real problem with, its how to select the criteria data itself ie the scrolling through 500 part numbers. Each part number is 14 characters long and not all are consecutive.
  16. S

    Advice Needed

    I have a requirement to produce a query, where a user needs to select from 1 to 500 (and any combination in between) products from a table of 500 part numbers. I want to use the selected part number(s) as the criteria for a query. I have tried using a multi-select list box and using the In()...
  17. S

    messy screen during runtime

    I have a VBA procedure which is run using the onclick from a button on a form. When the procedure runs it makes all the open forms invisible and then runs a query, the query takes info from hidden text boxes on various forms. After the query has run the procedure closes all the forms. The...
  18. S

    Deleting and creating table relationships with VB

    Does the above work in access97. I only ask the question because I use 2000 at home and 97 at work, and i'm not at work until next week and want to try it out before then.
  19. S

    Deleting and creating table relationships with VB

    I need to be able to delete the relationship between two tables. Delete a table, which is then recreated by a query and then re-create the same relationship. Anyone got any ideas.
  20. S

    Multiple Query Criteria

    I'm actually using access 97 and have seen the equivelant article. I have tried to use this method but cannot work out how to replace the typed in criteria with the criteria help in my string variable. I thought I had got it sorted but after leaving the query running for 1 hour nothing had...
Back
Top Bottom