Enter Keywords:
Search Within Results
 
 
Narrow Results
Can't Find a Solution
 
 
 
1 - 10 of 15999(0.141 seconds)
Sort By:
 
VBA DAO 3,5 Referenced getting error message over here,"Appenchunck"- not definied --- Set rs = dbmusic.OpenRecordset("Interw", dbOpenDynaset) With rs .AddNew !ID = a !Memo = AppendChunk(txtIntervi...
Zones: Visual BasicDate Answered: 12/13/1997 Rating: 9.0 Views: 4
hi, is it possibel to access the registry from VBA (VB) code? regards dib
Zones: Visual BasicDate Answered: 03/24/1998 Rating: 9.0 Views: 5
I am trying to save a worksheet into a .txt file. All the data is in the first column of the worksheet, compiled from other worksheets: 1) Whenever I save this worksheet all the double quotes (") a...
Zones: Visual BasicDate Answered: 10/08/1998 Rating: 8.2 Views: 41
I'm trying to open a recordset with the following code. Sub RetrieveRecOracle()     Dim wrk As Workspace     Dim cnn As Connection     Dim rst As Recordset     Dim strConnect As String     Dim st...
Zones: VB DBDate Answered: 12/02/1998 Rating: 6.8 Views: 15
hi: I have import a sheet in a workbook, like this: 1,w 3,e 2,e 4,r 34,w 45,r I want to split this sheet into 3 seperate sheets: 1,w 34,w ---------- 3,e 2,e ------- 4,r 45,r I want a simple a...
Zones: MS OfficeDate Answered: 03/07/1999 Rating: 6.0 Views: 0
Hello! Can anyone tell me how I can save my Report to HTML format with or without VBA? Report includes ONLY "Graph 97 Chart" object. I'm using Access97. BR Petri Salonen
Zones: MS AccessDate Answered: 03/12/1999 Rating: 8.4 Views: 0
Is it possible to browse for headings (like Heading1) in documents without opening them? I use Office 97 and VBA.
Zones: MS OfficeDate Answered: 05/09/1999 Rating: 6.0 Views: 0
i have a tab control with two tabs. Each page on the tab has a list box. i want to create a another list box which the user fills by selecting items from the tab control. the user will select an i...
Zones: MS AccessDate Answered: 03/17/2002 Rating: 7.6 Views: 4
I'm running a query which is associated with a graph. Within the query I've allowed the user to enter their own date range..ie Between [Enter date start] and [enter date end] When the graph is run ...
Zones: MS AccessDate Answered: 03/31/1999 Rating: 8.2 Views: 0
I try compact my DB at this way: DBEngine.CompactDatabase "c:\ff.mdb", "c:\ff.mdb", and I get error message: "Database already existed" What can I do to compact my DB ???
Zones: MS AccessDate Answered: 04/22/1999 Rating: 6.6 Views: 0