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!
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...
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]
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