Recent content by Spidey

  1. S

    Picture with condition

    Thanks! I am new to VB so this helps a bunch!
  2. S

    Picture with condition

    What would the code look like if I wanted multiple conditions. For example, If the Target Date is less than 14 days away then display a graphic. If the Taget Date IsNull then Don't display the graphic and finally if the CompleteDate Is filled in then don't display the graphic. It sound like...
  3. S

    Select Textbox Values from another Text Box

    I have searched the forum and haven't found an example or explanation for this specific task. I have a database of employees. I want to provide a custom phone list that people can print out. I know how to create a list box and allow them to select multiple people but would I would like to be...
  4. S

    Warning User of data changes

    This is a great solution if you want to warn people for the whole form, but what is the command if I just want to put a warning on a combo box? I have a combo box that selects the record to edit but I also have a combo box that selects information for a particular field. I don't want the user...
  5. S

    Warning User of data changes

    How is this message done? thanks!
  6. S

    Working days query

    Multiple Dates If I have multiple Dates that I want to track, would I just keep repeating the module with the different date fields in it. I track a multiple step process at work with about 8 different in and out dates. Would I put all the code in a different module or create a module for each...
  7. S

    Refresh Subform without losing place

    I have been struggling with this problem as well. There are several post that address this issue but they are all Code related solutions and I new to using Code in Access. Here is what I was trying to accomplish. I work for a delevoper. I had a table that tracked information about our...
  8. S

    Form with one field to be e-mailed upon update

    How would you send the report to different email addresses depending on what record you were on. I manage a group of people and the status of their individual projects and deadlines. I would like the email to be sent to the Project Manager of the specific project which is defined in a field...
  9. S

    Solid Box instead of Check Box

    I just thought of something, I could do an =IIf([Field]="True","m","n") using Wingdings as the font and it would display a solid box or hollow box. It works as far as displaying the correct font but I am getting the same symbol for every record. It is not changing if the Field is True or...
  10. S

    Solid Box instead of Check Box

    Code :( That is what I was afraid of. I am a newbie of sorts especially when it deals with code. It looks like this is over my head. Thanks anyways for the suggestions. Maybe this will inspire me to dig into learning code.
  11. S

    Solid Box instead of Check Box

    I am trying to create a form that will display a solid box for a positive condition instead of the standard check box. Does anyone know how to accomplish this? Thanks!
  12. S

    True or False Print display

    How about a Solid Box? I am trying to do something similar. I would like to show a solid box instead of a check mark when the condition is true. I think it kind of ties in to the topic at hand so any help would be appreciated.
Back
Top Bottom