Recent content by Arry

  1. A

    Link to User Level Secured Back End

    Help, This is driving me mad. I am trying to connect to a database using User Level Security. I am setting the table name in code as below: NewTabName = "tblIcons" i have the following code so far: 'reattach table from new database Set tbl = db.CreateTableDef(NewTabName) tbl.Connect =...
  2. A

    Display names of Query and Reports in a subfrm

    Cheers Many Thanks. You're a star!
  3. A

    Display names of Query and Reports in a subfrm

    I need to be able to display the names of the querys and reports in my database. From here a user can then request to run the report they require. I know you can reference the database types in a query but cannot remember how. Can anyone remind me please. Thanks Arry :p
  4. A

    New Query opens as a popup

    Just set the queris to delete after X days and informt the user of this when it is created. The dB Administrator can keep an eye on it! Unfortunately as per previous it ain't possible. Bummer!!
  5. A

    New Query opens as a popup

    If they cannot change the data in the tables then i don't see any reason why not. It just means that capable access users have more freedom to extract the data they want.
  6. A

    New Query opens as a popup

    okay thanks anyway.
  7. A

    New Query opens as a popup

    i want the query in design view so the user can create it themselves. I cannot do that with a query can i. It is a new query with nothing in it until the user selects tables etc...
  8. A

    New Query opens as a popup

    I have a database running with the application window hidden and would like to give users the option of creating querys based on the built in query wizard. The query when opened using a button on a form is not displayed on screen because the app is hidden. I need to somehpw set this to a pop...
  9. A

    Allow form to display fully

    yeah, i think that is going to be very tricky. Could you update the counter on the number of seconds passed. When the total is reached the counter would just start again. Wouldn't really be a progress indicator but would so that the DB was working??
  10. A

    Allow form to display fully

    yeah, i think that is going to be very tricky. Could you update the counter on the number of seconds passed. When the total is reached the counter would just start again. Wouldn't really be a progress indicator but would so that the DB was working??
  11. A

    Allow form to display fully

    Okay, Thanks for that. I think it may take a while to incorporate this but i will have a go. Thanks for your help.
  12. A

    Allow form to display fully

    Apologies. I am running access 97 and cannot open your attachment.
  13. A

    Allow form to display fully

    Apologies. I am running access 97 and cannot open your attachment.
  14. A

    Allow form to display fully

    I am running so complex code from a form button. While the code is running i would like to display another form which displays the work busy. I have included code from the button to Docmd. openform etc.. but the problem is that the form is not displayed fully. i e you get the outline but no...
  15. A

    Running in background

    I have a timeconsuming task that is intitiated at the click of a button by the user within my access 97 database. Is there any way of continuing to browse throught the database (forms etc)while the code is still running?? Any ideas! Thanks Arry
Back
Top Bottom