Search results

  1. C

    Access Control Wizard

    I want to create a combo box with a wizard, but when I select the combo box and drop it onto the form, the wizard does not generate. I even selected the control wizard button and I still don't get the combo box wizard. I'm wondering if I somehow turned off the Wizards for all controls. How do...
  2. C

    Import the body of an Email into Access

    I'm having a terrible importing the body of an Outlook message into Microsoft Access. :confused: Anyone know of an easy way to do this, or has some code that can do this for me. Thanks CBO
  3. C

    Import records from Access into Excel

    Re: Get Access Records into Excel ghudson thanks, i will try the transfer spreadsheet.
  4. C

    Import records from Access into Excel

    Re: Get records from Access into Excel mresann, can't open the database, what version of access is it in?
  5. C

    Import records from Access into Excel

    Still need help getting records from Access into Excel. Anyone know any VBA code??
  6. C

    Import records from Access into Excel

    Does anyone know some code to return records from Access to an Excel Spreadsheet?
  7. C

    Help with recordsets

    :eek: Trying to access a field in a table using a select case, can anyone tell me what the problem is. I get a "No Current Record Error" when I run the code Select Case intTMO_RATE Case 5 strNew_PromoID = rst.Fields("5YR").Value...
  8. C

    Select Case Help - No Current Record Error

    Can someone please take a look at this select case & tell me what I'm doing wrong? I'm trying to grab data from a field in a table based on two columns in the same table. However one variable comes from a Mainframe System and the other from a dropdown on the form. Getting "No Current...
  9. C

    Help! - Runtime Error 3061:Too Few parameters Expected

    Thanks Wayne RE: Runtime Error Help !!! The first one worked just by adding the single quotes....You rock!! :) Thanks CBO
  10. C

    Help! - Runtime Error 3061:Too Few parameters Expected

    Can someone help me: I'm not sure what I'm doing wrong, can someone please help me out. I get a runtime error 3061: Too few parameters Expected 1 when I run the following code below. Dim rst As DAO.Recordset Set rst = CurrentDb.OpenRecordset("SELECT * FROM [FRL Codes] WHERE [20YR] like...
Top Bottom