Search:

Type: Posts; User: felton; Keyword(s):

Page 1 of 9 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    226

    Error message when trying to send emails

    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...
  2. Replies
    4
    Views
    495

    As long as the locations you want to use as...

    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...
  3. Thread: Union Query

    by felton
    Replies
    6
    Views
    615

    Easily done - just add each new query like it was...

    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...
  4. Replies
    1
    Views
    299

    I am keying in data into a results table and I...

    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...
  5. Replies
    1
    Views
    245

    I've setup an option group on the first page of a...

    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...
  6. Replies
    3
    Views
    622

    The enabling/disabling of the subform works...

    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.
  7. Replies
    3
    Views
    1,460

    Is it possible to use Small Business Server 2008...

    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
  8. Replies
    3
    Views
    622

    I am trying to set up a checking mechanism to...

    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...
  9. Replies
    1
    Views
    274

    I need to create a field validation for the...

    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,...
  10. Replies
    5
    Views
    441

    When creating a small database with 15 fields in...

    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...
  11. Replies
    1
    Views
    208

    I've setup some vary basic global code in a new...

    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...
  12. Replies
    4
    Views
    389

    I hope someone has some good news about making...

    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
  13. Replies
    1
    Views
    240

    I use an online database frequently for work. The...

    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...
  14. Replies
    2
    Views
    363

    If AcctExec is a text field, try ...

    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", ,...
  15. Replies
    1
    Views
    233

    I am setting up a client list of quotes and...

    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...
  16. Replies
    2
    Views
    363

    Hi. I have created a form with a combo box and a...

    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...
  17. Replies
    4
    Views
    358

    In Access 2003 or 2007, how can I create a...

    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.
  18. Replies
    4
    Views
    549

    Thanks and sorry I should have been more...

    Thanks and sorry I should have been more specific. I am using .NET 3.5. Does that help any better?
  19. Replies
    4
    Views
    549

    I am looking for a PDF exporter/converter...

    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...
  20. Replies
    2
    Views
    304

    Perfect. Thanks again.

    Perfect. Thanks again.
  21. Replies
    2
    Views
    304

    I have a data entry form for standard address...

    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...
  22. Replies
    1
    Views
    321

    Visual Studio/ Web Developer

    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?
  23. Replies
    2
    Views
    247

    Re: Records Not Linked (2003 SP3)

    Thanks. It's all good now.
  24. Replies
    2
    Views
    247

    Records Not Linked (2003 SP3)

    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...
  25. Replies
    2
    Views
    200

    Return to Same Record (2003 SP3)

    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...
Results 1 to 25 of 216
Page 1 of 9 1 2 3 4