Recent content by Maxine1010

  1. M

    OpenArgs Help (with example)

    Hi, A problem has occurred with my database and its driving me insane, please help! Data is being entered from questionnaires into the database via a number of forms. The system works by the user:- (1) logging the patient and form details via the form called '020 fm_FormLog_HIPS' (2) The user...
  2. M

    Final quick form/ query question (hopefully!)

    Thanks to help from members on this forum I've managed to get my listbox query working, however I'm just short of completing my form and was hoping I could get some final bits of help. I can now use a multiple select listbox to run a query but I also want to add date parameters, etc that are...
  3. M

    Use combo box for query parameters

    Thanks for that Mile-O-Phile. I have played around with my database all afternoon trying to incorporate the code in your example which was very good (may I add!) But I still don't seem able to conquer this problem. I have attached a small sample database and was hoping you wouldn't (or anyone...
  4. M

    Use combo box for query parameters

    Thanks for that the list works fine, however now when I run the query for some reason it doesn't recognise the list box as a search parameter. In the select query I refer to the criteria as like "*" &[Forms]![frmReport]![lstWard] but it doesn't pull anything out. It works when multiple...
  5. M

    Use combo box for query parameters

    Hi, I've searched through the site for previous postings to no avail, so I was hoping someone could solve what I think is probably quite simple. I have a combo box (cmbWard) on a form, I want to be able to select a ward from this combo box, click on a command button and transfer this selection...
  6. M

    Importing/ exporting data

    :confused: I've come to a brick wall and not sure where to go next - can anyone help? I have exported data from an external program to Excel which is stored in 2 columns. I want to export this data into various tables in Access, however the first column holds the field names and the second...
  7. M

    Basic Programming question

    Any other book suggestions? Also I've searched for mssing references, and found the references in the programme but how do I know which of mine are missing?
  8. M

    Basic Programming question

    I'll order the book today, thanks again Mile-O-Phile
  9. M

    Basic Programming question

    sorry I forgot, the error message I get with the date function in the message box goes something like this: 'The expression On Click you entered as the event property setting produced the following error: A problem occurred while Micorosft Access was communicating with the OLE server or Active...
  10. M

    Basic Programming question

    Thanks, yeah the books called 'Microsoft Access VBA Programming' and states on the front 'Covers Access 2002'. Up to now I've been working with it fine but I'm now coming across more and more things that don't work such as conversion functions....aarrgghh... I thought I was just beginning to...
  11. M

    Basic Programming question

    Hi, I'm currently trying to learn Access VBA programming but the book that I'm learning from (which looked good at the timeI bought it) mentions several functions that don't actually work in Access 2000. I would be really grateful if someone could answer some very basic questions before I burn...
  12. M

    Audit Trail

    Audit Trail revisited Dear All, I must thank all of the people who posted on this thread, I have found it invaluable and I couldn't thank Access World Forums enough for providing this think tank. I managed to set up an audit trail on my database using the code given which worked perfectly...
  13. M

    Visible property???

    I figured it out - only took a full day but hey.... I was right, the code was conflicting with a macro I had in the 'OnOpen' event which opened a new record. If only I had realised this at 11am yesterday!!! Thanks
  14. M

    Visible property???

    Hi, I'm back again. I have managed to create code so that when a text box (Date) on a subform has text inputted, a command button is displayed on the main form. It works fine when going backwards and forwards through records but on opening an error message occurs saying 'Run time error 2455...
  15. M

    Setting visible property on a picture

    Hi, I have a main form (Patient details) with a tab control with a number of pages. On one page of the tab control I have a subform (Additional Info) which once data has been added, I would like a picture to appear on the main form, informing people at a glance. I have created a macro and...
Back
Top Bottom