I have moved all my Outlook files and settings to a new PC and now this error occurs when I try to send an email: "Microsoft Outlook does not recognize "@" "
I have already tried:
repairing...
Type: Posts; User: felton; Keyword(s):
I have moved all my Outlook files and settings to a new PC and now this error occurs when I try to send an email: "Microsoft Outlook does not recognize "@" "
I have already tried:
repairing...
As long as the locations you want to use as headings are within a field in the query output, then simply display the query properties and use the property "Column Headings" to specify the precise...
Easily done - just add each new query like it was a new section. The trick is to ensure you have the same number of output fields in each query and also make sure they have the same name in each...
I am keying in data into a results table and I need to setup a checking process during the data entry so that each new results record is dated is after, not before or equal to, the date in the...
I've setup an option group on the first page of a tab control so users can nominate the types data the application should expect for the remaining tabs. Option 1 successfully enables or disables tab...
The enabling/disabling of the subform works perfectly.
I have solved it now. It was all about data validation and when to run the test.
Thanks anyway.
Is it possible to use Small Business Server 2008 Premium to install only SQL Server 2008 and nothing else onto a Windows 7 PC?
Thanks
I am trying to set up a checking mechanism to determine if a subform has records or not. Essentially, I am not sure which event is the best trigger.
Just above the subform is a yes/no field for...
I need to create a field validation for the following mix of single numbers and number ranges: 101-104, 202, 203, 205, 207, 211, 213, 302, 303, 305, 306, 307, 308, 309, 310, 401, 402, 403, 405, 406,...
When creating a small database with 15 fields in the clients table and I setup a report menu with 15 list boxes enabling various filter selections from any of the boxes.
However, on a larger...
I've setup some vary basic global code in a new modal simply to standardise form navigation and closing. I've tried to add the code name to an On Click event of a command button on a form but I can't...
I hope someone has some good news about making Access 2007 default to use VBA not embedded macros ... please??? http://windowssecrets.com/forums/images/smilies/wacko.gif
I use an online database frequently for work. The pages are programmed using ASP and one of the fields records network pathnames eg "C:\My Documents\sample.doc". There is a browse button that allows...
If AcctExec is a text field, try
DoCmd.OpenForm "frmExpiryDateList", , , "[AcctExec]=" & Chr(34) & [cmbAcctExec] & Chr(34)
If it is a number field, try
DoCmd.OpenForm "frmExpiryDateList", ,...
I am setting up a client list of quotes and whereas a client might have a multitude of quotes over a period of time, they are actually in groups as a client will ask for variations to get the best...
Hi. I have created a form with a combo box and a command button for users to make a selection using the combo box and then use the OK command button to open a new form that is filtered via the...
In Access 2003 or 2007, how can I create a command button to open Google Maps in a separate browser window to a client address on a form? Thanks.
Thanks and sorry I should have been more specific. I am using .NET 3.5. Does that help any better?
I am looking for a PDF exporter/converter component for web pages so that users can click a PDF icon to export the page to PDF. When clicked, the exported page would open automatically in the Acrobat...
Perfect. Thanks again.
I have a data entry form for standard address details etc but I need to have a system for field officers to open MS Paint to a specific pro-forma template so they can 'draw' specifics about a...
I am trying to make sense of Visual Studio 2005 and Web Developer Express. Are they mutually exclusive or do I need both? Does VS do all that WDE can do?
Thanks. It's all good now.
I have a table of DVD information and I want to show all records not linked to a specific actor then display the results in a report. Since the actor's name is not part of the recordset for the...
On a subform, I have page x of y counter in a text box as follows: "="Record " & [CurrentRecord] & " of " & Count(*)". When I add a new record and move to the next the page counter doesn't refresh so...