MajP,
If your form had a background image then it would be useful. For example as a splash screen form or a login form.
In the example your transparent form does not appear have a background image. Where is the form's background image?
Are you using 2007 or 2010?
Boyd Trimmell aka...
AJLoehr,
You said:
Ok, first off... I know this topic has been discussed probably more than any other topic EVER.
Not sure were you have seen all these posts. Did any of these many posts related to Access or Access 2007?
Whould you mind sharing a few links?
I agree with MajP that in my...
lameid the only way I know of inserting the signature is to add your our method with VBA code when using Outlook Automation.
Options:
1) You can use VBA code to add your own text at the end of the message to create the signature. I would save the text in a table.
2) It is possible to read...
Don't forget to turn the warning back on with
Docmd.SetWarnings True
Even better is to use this:
' Show the Hourglass
DoCmd.Hourglass True
' ACCT CODES - DELETE_ACCT_CODES
CurrentDB.Execute "DELETE_ACCT_CODES",dbFailOnError
' TIME CLOCK GROUPS - DELETE_TM_CLK_GRPS...
lameid it has been my experience that even with Outlook automation it does not insert the a signature automatically. I have to use VBA code to insert the signature. Have you been able to use Outlook automation and have it put in the signature automatically?
Boyd Trimmell aka HiTechCoach...
It is very easy to use the Link Table manager to relink the table form the front end to the new back end location(s).
I move stuff around a lot and relink.
Boyd Trimmell aka HiTechCoach
Microsoft Access MVP
See if one of my examples help:
http://www.hitechcoach.com/index.php?option=com_docman&task=doc_details&gid=7&Itemid=28
http://www.hitechcoach.com/index.php?option=com_docman&task=doc_details&gid=14&Itemid=28
Boyd Trimmell aka HiTechCoach
Microsoft Access MVP
Your calculation should be done at the form/report level. The calculation should not be stored. That means you would NOT have a [total] field.
If you want the sum for all the lines in the continuous form then place a text box in the form's footer and set the control source to be...
Have you tried PHV's suggestion? I use the On current event to set the focus tot eh first field on the form that I want the user to start in.
Also check the tab order.
Have you compacted the database lately?
i have placed hidden button over image to no avail."
I am pretty sure hidden will ever work.
What I do is place a transparent command button over the image.
You can use the hyperlink address property
or
use the on click event to run VBA code.
TIP: With this mehod place a space (" ") in...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.