Search results

  1. K

    Security Risk Alert

    I recently renewed my SSL certificate on my NAS. My customers use it to map a network drive and access a database file on the mapped drive. Since the renew of the certificate, I'm getting this alert and can't seem to get rid of it in order to use macros. Any ideas what changed or how to remove...
  2. K

    back color

    I would rather use VBA instead.
  3. K

    back color

    How does that address the back color?
  4. K

    back color

    Sorry, onload of a report.
  5. 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!
  6. K

    Unbound Field

    Yes, it will be different.
  7. K

    Unbound Field

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

    Unbound Field

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

    Unbound Field

    yes
  10. K

    Unbound Field

    just entering it in...
  11. 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?
  12. K

    form to form value

    Perfect!!!
  13. 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...
  14. K

    Event Next Record

    Got it. Thanks.
  15. K

    Event Next Record

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

    combine fields with return

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

    combine fields with return

    Perfect!
  18. K

    combine fields with return

    I see. I will try another way then. Thanks.
  19. 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]
  20. K

    combine fields with return

    Ahhh. Thanks!!
Back
Top Bottom