Search results

  1. P

    Help with multiuser database

    Ok, I think that explains it. But how do I set to "shared" programatically (help isn't very good at this bit)? I have tried using an autoexec macro but can't get it to work. Can you offer any help or do you have a sample piece of code that I could use?
  2. P

    Help with multiuser database

    Thanks for the reply, you've pretty much confirmed what I had thought. The database is set to open as shared already, but can this be overridden by users (if their default is to open as exclusive)?
  3. P

    Help with multiuser database

    I have a multiuser database installed on our network with about 30-40 users. At present it is a single shared database (i.e. not split). This is basically a management information system so no data is being updated by the users. I have a couple of questions though: 1. Is it likely that the...
  4. P

    Security problem

    I need to setup security on the backend of a database. Previously I have always relied on network security as Access' own security doesn't seem very good. Whenever I have tried this in the past and changed users permissions etc it seems to have changed their permissions and access rights for...
  5. P

    Form doesn't want to chnage size?

    What a plonker!!! I had the auto resize set to No. That's it for me today....I'm going home!
  6. P

    Form doesn't want to chnage size?

    I've created a form, set up all of the controls, written the code, tested the whole lot and it all works perfect, except for one thing.......I simply cannot get the form to display at the right size!!! I must have done this a thousand times before but I've never had so much aggro trying to...
  7. P

    Help filtering records in a subform

    Top man! this is spot on thanks. Do you know why it doesn't work the other way?
  8. P

    Help filtering records in a subform

    I need some help filtering records in a subform. The subform is based on a table. The parent form is unbound and has a combo list from which the user can select a number. The idea is that when the number is selected from the combo, the subform automatically re-filters to show only the records...
  9. P

    Help with dates?

    Thanks for the replies, this is all useful stuff.
  10. P

    Help with dates?

    Yes, the regional settings on my PC are set to UK i.e. dd/mm/yyyy - but may not be on the PCs belonging to the eventual users of this application. So to summarise, when using any kind of filter/function etc on dates I MUST use US format even if I have set input masks, formatting and regional...
  11. P

    Help with dates?

    I have a form based on a table containing ID, Date, Ref & Description. I want to call the form from another form using a filter to display records relating to a certain date, but no records are being returned. I think this has something to do with the way that dates are being recorded. I have...
  12. P

    Can't get calendar control to work!

    Thanks a lot this is great!
  13. P

    Can't get calendar control to work!

    This is the problem...I haven't really got any yet as I don't know where to put it! I want to invoke some code which opens another form and passes the date selected when a user clicks on a date. The closest I can get is to use a command button to open the form and pass the date selected (which...
  14. P

    Can't get calendar control to work!

    I have inserted a calendar control into a form and want to execute some code based on the date selected by the user. Problem is I can't fathom how to do this. Can anyone help?
  15. P

    DAO with Access XP

    Thanks for the replies. This is a load off my mind, I was having nightmares about having to re-code everything.
  16. P

    Code to modify query

    I'm as confused as everyone else here, but I'll have a go! Is what you are saying that you have a table containing models of cars say: VW Beetle Ford Escort Robin Reliant And you want to select the category "cars" from a combo and have the query return the above list?
  17. P

    DAO with Access XP

    I've happily been using Access97 for a few years but am now on the verge of moving to XP. Up until now I've always used the DAO method: Dim DbName as Database Dim TabName as Recordset Set DbName = CurrentDB Set TabName = DbName.Openrecordset("SomeTableName").....etc Is all this still...
  18. P

    Incorporating notes and summaries?

    I am mid-way through developing a management information system and have been asked to build in functionality to allow users to input notes and summaries that may be up to two full A4 pages of text in length. There may be several dozen of these summaries. I could use memo fields to hold this...
  19. P

    Formatting text box numbers

    I need help formatting text box numbers! Does anyone know how to format numbers in a text box to show in millions? For example 3,444,222 would show as 3.4.[B]
  20. P

    Calling procedures?

    I take that back, done it! Thanks very much.
Back
Top Bottom