Not your question?
Ask your question
View similar questions
Add your answer here.Check out some similar questions!
Collect data into 2 combo boxes from data in an access table
[ 1 Answers ]
I have two combo boxes. When the form loads the db connection opens a recordset that selects all the data from the retaillocations table. When you choose the region (0-4), that number loads into a text box and the Contacts load into the forst combo box. Now I want to select only the Name based on...
Export access table to Excel format
[ 1 Answers ]
Hi, I am trying following code its working fine. Private Sub Command3_Click() 'Export function 'EXPORTS TABLE IN ACCESS DATABASE TO EXCEL 'REFERENCE TO DAO IS REQUIRED Dim strExcelFile As String Dim strWorksheet As String
Want Button on Access Form for Inserting OLE Object into Table
[ 1 Answers ]
Hi. I'm looking for a simple simple simple solution that will allow me to add a button to an Access form. When the button is clicked, a File Dialog box should appear allowing me to pick any file to insert into the OLE package. I've searched every corner of the web and have found a lot of...
Can I create records with OLE objects in Access & append to a linked SQLServer table?
[ 2 Answers ]
There's a table in our SQL Server Database that stores various notes. There are text fields for the type of notation ( i.e. C = Customer, V=Vendor notes etc) and one for the "Owner_ID" (ie the Customer ID or Vendor ID). There's a date field for the create date of the note and the notes themselves... View more questions Search
|