Search results

  1. C

    Story

    clothes rustled to
  2. C

    Command Button?

    Thank you After a couple of hours of typeing and then cutting and pasting (I did not think about putting it in word and then changing only the one block at a time until I had done 4 events typing the whole thing in...) I got it to work. I wanted to say thank you for your patience and assistance.
  3. C

    Command Button?

    Took awhile but... It seems to be working. The only question I know have is how to update the form on current for each individual block... Below shows it for Shell to Rater... Private Sub Form_Current() If IsNull([Shell to Rater (10)]) Then Me.Section_Date__3_.Visible = True...
  4. C

    Command Button?

    Many Thanks Thank you. The dates still have to be put in manually, but when the next step in the process is completed, then the date already there would just be erased, and the data entry person just tabs to the next field, and everything is great. Again, thank you.
  5. C

    Command Button?

    Thank you for your help.
  6. C

    Command Button?

    tried-not worked When I tried to enter the code in the properties area of the form design, it gave me a illegal syntax error. I then went to the arrow on the right where you can select what you want it to do, and selected [event procedure] and hit the builder then copied the code (with mods)...
  7. C

    Command Button?

    Explanation Yes, I do mean that while the form is on screen only the place where the report is and the date is was sent should show. I looked at your code, and if I am reading it right, I would need to change it to match what field the information is in. i.e. one date field is Date to IM, so...
  8. C

    Command Button?

    I, unfortunately, have been singled out as the Access guru in my work area. We have 223 people and the Information Manager has tasked me to modify a database he "found" to be able to track a number of things, but most important to him: performance reports. I have posted the sample of what I...
Back
Top Bottom