I've got a pretty standard form with email address as one of the fields.
I want to be able to send an email to that client.
I want therefore to create a button that say "Send Client Email" and loads an email with that record's email address in the To: line in Outlook Express.
Can someone...
I didn't know what to change and what to keep to apply it to my database. I'm afraid I'm not very au fait with programming language - am not even at IT professional, just helping out a friend.
If anyone can dumb it down for me, I'd really appreciate it.
Thanks
This is probably really easy to do, so sorry for the stupid question.
On my forms, the mouse scroll button scrolls through the records, but I want it to scroll up and down the page, like it does when I'm in design view.
Any ideas?
Thanks in advance everyone.
Can any one tell me why this is?
I have a filter on a form, that just has textboxes on it. I type in the textboxes and filter no problem, however, it used to guess (predict) what I was going to type and it has suddenly stopped doing it.
Are there any settings I can change to bring this back?
I have the same problem. I also have a form with a print report button at the bottom. My code is:
On Error GoTo Err_Print_Form_Click
DoCmd.PrintOut
Exit_Print_Form_Click:
Exit Sub
Err_Print_Form_Click:
MsgBox Err.Description
Resume Exit_Print_Form_Click
End Sub
Is there a way I change this...