Search results

  1. R

    Searching string for value of another field

    Hi Sorry to be vague in the subject - quite difficult to word this one! I have 2 tables in my db, & I need a piece of code to search in the field Subject in tblImportMessages for a unique value (NewEmployeeID) that has been embedded earlier , then to turn a yes/no field to yes in the...
  2. R

    Voting Responses

    Hi I've got my Access DB sending out mails with voting buttons through vba, and need to store the responses within a table. Has anyone done this or have any ideas on how to do it? Cheers Matt:
  3. R

    Sending automated mail with voting buttons

    Hi I know how to send an automated mail on event, but need to include 'Voting Buttons' (included in the options menu in Outlook when composing new messages). Is this possible - has anyone done this before? TIA Matt
  4. R

    Opeining Excel from Access

    Could anyone please provide a full section of code to open up Excel 2000 from within Access 97? Many thanks Matt
  5. R

    Access 97 export to Excel 2000 problem

    Hi all - hope you can help Using the code: DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel97, "tblTrade", "C:\internal.xls", True I wish to export all data from tblTrade in Access 97 to Excel 2000, but I am geting the following error: Table 'tblTrade' already exists. (Error 3010)...
Top Bottom