Search results

  1. Henley12

    Hiding fields if no data

    I know this should be easy, but how do I hide a field if there is no data in that field? I have a field called "other" in my report that I do not want to show if there is nothing in the field. Thanks for your help.
  2. Henley12

    Attachments

    I am needing to attach pdf documents to records in my database. I have looked into the Attachment function of 2007 database, but it actually stores the records in the database, thus enlarging the database. Surely there is a way to have a link to any pdf documents I want to attach to a...
  3. Henley12

    Multi-select listbox.

    Any ideas on this one? The selections I make need to be highlighted in some way if I open the record later for editing. I'm sure there is a way to do this, but I cannot for the life of me remember how to accomplish it. I must be getting old.
  4. Henley12

    Multiple entries at the same time.

    I believe my database is pretty well normalized. I don't want to update all records of 'name of equipment', just selected ones.
  5. Henley12

    Multiple entries at the same time.

    I have a database that has an equipment table. Several of the pieces of equipment are the same, i.e. hospital beds. The question from one of my users is.... is there a way to add a comment to several pieces of equipment at the same time. For instance, I would need to search for hospital bed...
  6. Henley12

    Multi-select listbox.

    Here is a screenshot of what I am working on.
  7. Henley12

    Multi-select listbox.

    I load the selections from another table, but the control source of the listbox is set to the field in the main table linked to the form. For instance, let's say you have a form to keep track of people and the states they've been to. You have a multi-select listbox to list the states, which is...
  8. Henley12

    Multi-select listbox.

    I meant to type 'extended'. I have the control source set to a field in my table, but it doesn't want to save the selections to the table. Is there something I am leaving out? This is an Access 2007 database.
  9. Henley12

    Multi-select listbox.

    I have several enhanced listboxes in a form, but they are not saving the data selected to my table. Any ideas why?
  10. Henley12

    Reliable e-mail solution

    The program we use does have an acknowledgement message, but I have suppressed that so the folks who use the program don't have to see a message every time they send a message. Even with that, though, it isn't very descriptive.
  11. Henley12

    Menu Program

    Does anyone know of or how to create a menu program for databases. I used to have a little visual basic program that would list all my databases and I could just click on it to open it. It doesn't work with 2007 databases, however, so I apparently got rid of it. Any ideas on this?
  12. Henley12

    Reliable e-mail solution

    I have a database that sends emails to a certain maintenance worker depending on which nursing unit the request comes from. The program we use is a little free dos-based email program. We use Groupwise as our email system, not Outlook. Does anyone know of any other reliable email programs as...
  13. Henley12

    Exporting Access 2007 report to Word with Runtime version

    I do see that there are no menus and such in the rt version. You can, however, export it to a PDF, so I was just wondering if anyone out there knew if you could export it to Word.
  14. Henley12

    Exporting Access 2007 report to Word with Runtime version

    So what you are saying is it can't be done?
  15. Henley12

    Exporting Access 2007 report to Word with Runtime version

    I have some users who have the runtime version of Access 2007. They are needing to export some reports to Word, but I cannot seem to find how to do this. Am I just overlooking the obvious?
  16. Henley12

    Email an Access report in the Runtime version

    We use Groupwise.
  17. Henley12

    Email an Access report in the Runtime version

    I appear to be having a problem with the SendObject command. We do not use Outlook as our mail client. Could that be the problem?
  18. Henley12

    Email an Access report in the Runtime version

    Well.......I guess that's where I should have started. I have never emailed a report from Access in the first place. Is there an easy way to accomplish this?
  19. Henley12

    Email an Access report in the Runtime version

    Is there a way to email a report from Access 2007 runtime?
  20. Henley12

    Very odd problem

    Ok, Bob. I am officially an idiot. I did indeed have the tag property set correctly on each combobox......however, I had the dang code to check for the tag property in the requerycombos code instead of the clear button code. Amazing how things work properly when you actually put them where...
Back
Top Bottom