Recent content by shiv_379

  1. S

    Select closest match query

    Greetings all! I am working on something and it has me stumped. Basically I have a list of Eastings and Northings and I am trying to find the closest postcode centroid based on the PAF file (for those that do not know of the PAF file, it contains a list of postcodes and the easting and northing...
  2. S

    Force userform to appear in taskbar?

    Greetings all! I was wondering if anyone could help me with a problem I have. I have a simple database which only uses one form. Because of the nature of the database I have minimised the main access window (using the wonderful fSetAccessWindow function) and set the form to popup and modal...
  3. S

    Three variable subform query dilemma

    Anyone? Any ideas? Pweeese! :)
  4. S

    Can I startup with a form without the access window showing?

    Luckily I am running through Citrix (SMS software), so I can just disconnect from the server, lol.
  5. S

    Can I startup with a form without the access window showing?

    Argh! It's done it again! When I put it on the Form_Load event of my form, it hides everything :( Any idea what I'm doing wrong?
  6. S

    Can I startup with a form without the access window showing?

    Oops! I tried it on my own form, and EVERYTHING disappeared! lmao. I now have access running somewhere happily by itself. *ctrl+alt+del* Here process process process >:)
  7. S

    Can I startup with a form without the access window showing?

    Brilliant! That's exactly what I'm after! *toddles off to look at how it's done* Thanks! Don't fancy seeing if you can help me with my other dilemma do you? ;) http://www.access-programmers.co.uk/forums/showthread.php?t=66868
  8. S

    combo box and for the next field to automatically display itself separately

    If you want to use a text field instead of a combo, use the Record Source value of the text box, but disable the box to stop users entering data manually (if you wish).
  9. S

    combo box and for the next field to automatically display itself separately

    To shrink database files there are two things you should do. First thing is within access itself choose Tools>Database Utilities\Compact and Repair Database. The next step is get hold of winzip (trial version free from www.winzip.com) and zip the database. As for your question, if I am...
  10. S

    Three variable subform query dilemma

    First of all I would like to say Hi to everyone! I am designing a database front end in access at the moment and I am rather stuck on something as I am not very experienced with access forms. The general layout of the form is this: *----------------------------------------* |Manufacturer...
  11. S

    Can I startup with a form without the access window showing?

    Done that too, but I still get the grey access screen behind.
  12. S

    Can I startup with a form without the access window showing?

    Done that, but it still shows the main access window. That's the one I wanna get rid of. Basically I want the application to look as little like an access database as possible.
  13. S

    Can I startup with a form without the access window showing?

    Greetings all! I am writing a database application for my work, and I am trying to make it look as good as possible. The thing I am stuck with now is this: Is it possible to have my front menu show at startup (dont that using the Startup... menu), but NOT show the access window at all? Or can I...
Back
Top Bottom