Search results

  1. K

    back color

    How does that address the back color?
  2. K

    back color

    Sorry, onload of a report.
  3. K

    back color

    What is the best way to say this... I want the back color of a field if not null to be yellow, otherwise the back color will be white. The field name is [memo] Thanks!
  4. K

    Unbound Field

    Yes, it will be different.
  5. K

    Unbound Field

    I guess I will just have to use a bound field instead... Did not really want to save the data.
  6. K

    Unbound Field

    it's just text... So, no way to retain the value?
  7. K

    Unbound Field

    yes
  8. K

    Unbound Field

    just entering it in...
  9. K

    Unbound Field

    I'm on a report and have an unbound field. When I put info in the field, then move away to another field, the data in the unbound field disappears?
  10. K

    form to form value

    Perfect!!!
  11. K

    form to form value

    I have a form (main) that has a command button that opens (bulk) another form (specific record) based on field [IDnumber]. How can I double click on a field on the bulk form and have it populate a field with that value on the main form? I can make it work if it's on the same form but not to...
  12. K

    Event Next Record

    Got it. Thanks.
  13. K

    Event Next Record

    What event would I use if I wanted something (empty an unbound field) if I go to the next record?
  14. K

    combine fields with return

    I actually put it in a command button onclick. Works just as I need. Thanks again...
  15. K

    combine fields with return

    Perfect!
  16. K

    combine fields with return

    I see. I will try another way then. Thanks.
  17. K

    combine fields with return

    How do I break this line into two lines. I tried _ with shift enter but I get an error. ="Username: " & [Username] & Chr(13) & Chr(10) & "Password: " & [password]
  18. K

    combine fields with return

    Ahhh. Thanks!!
  19. K

    combine fields with return

    I would like to combine four fields (path, password, username, name) into a unbound text box. But I would like them to be stacked. So, need a return after each field. I tried Chr(10) Should look like this... path password username name
  20. K

    Multiple Dates

    Null. Thanks!
Back
Top Bottom