Search results

  1. B

    =Trim() Function in a Label Maker

    Ok, all I have to do is remove the word 'trim' and it appears to do the trimming itself... Silly wizard... -Brando
  2. B

    =Trim() Function in a Label Maker

    I am trying to get a label maker to work for my contact list, and the wizard sets everything up nicely enough at first, but it uses a function called trim() that is supposed to take out spaces and make things fit better. When I open the report however, a prompt comes up asking for a value for...
  3. B

    Counting Checkboxes

    Great, got it working! I guess the placement in the footer was more important than I thought!! Thanks to both of you! -Brandon
  4. B

    Counting Checkboxes

    Hmm. Not working, but i will play with it some more, and I might end up using a query to do the count and then getting the data from the query... Thanks for the help! -Brandon
  5. B

    Counting Checkboxes

    I have a report where I would like to tally the total number of checkboxes that have been checked for each header. How would I go about setting up a textbox to convey this value for me? IE: HEADER NAME INTERVIEWED? Student1 [X] Student2 [ ] Student3 [ ] Student4 [X]...
  6. B

    Changing the message in a text box...

    Great, thanks!! I'll give it a try and let you know how it goes! -Brando
  7. B

    Changing the message in a text box...

    Hello! I would like to know how to set up a macro or a query so that when I click a button on a form, I get a message to appear in a text box related to that button. I have done this successfully using individual macros for each button and a simple SetValue command, but I would like to do it...
Back
Top Bottom