Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Modules / DAO / VBA / October 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Schedule a database02 Oct 2007 03:32 GMT1
I have created a very simple script to be run from the Windows Scheduler as
per Albert Kallal web site. The code is as follows:
 dim accessApp
 set accessApp = createObject("Access.Application")
Using a variable to refer to a control02 Oct 2007 02:52 GMT3
Is it possible to use a string variable to refer to a control?
How is a report object's property accessed ?01 Oct 2007 23:13 GMT4
How is a report object's property accessed in programmatically ? I tried
Reports![Report Name]!objectName.property but it's not recognized.
Thanks in advance.
Date variable01 Oct 2007 20:20 GMT3
I have three queries, two of which ask the same question:
Between [Beginning Date] and [End Date]  
I put them in a macro so that the macros runs the three queries in
sucession.  How to I prevent having to ask the user twice to input the range
Creating a control on a form01 Oct 2007 20:04 GMT5
I would like to create controls programmatically on an existing form.  The
User will select certain values in list boxes, and based on these values,
some number of additional boxes will be created.  I need to switch to design
view to add the controls.  Can I swith the view ...
VBA to change record orientation of imported data01 Oct 2007 19:04 GMT5
We’re getting an electronic file from a company that lists each record
vertically.  A simple example of two dummy records would be (hair color, eye
color, age)
Red
Data Parsing from Text Box01 Oct 2007 18:26 GMT2
I have unbound Textbox as txtEntry
In the textbox, recorded is the Score of each Employee as follows:
Employee1 01 02 03 08 02 05 Game1
Emp2 02 05 08 01 Game5
Reminder Alarms01 Oct 2007 18:19 GMT1
Is it possible to create reminder alarms for individuals on access??
LA
Signature

Message posted via AccessMonster.com

Automate PDF without prompt to save01 Oct 2007 17:11 GMT2
I do not want to be asked to save the file everytime
Do While Not rst.EOF
   path = rst!filepath
   Set objDoc = objWord.Documents.Add(path & ".rpt")
Transfer queries and reports into an existing database01 Oct 2007 16:15 GMT1
I need to find a way to transfer existing queries and reports into an already
existing database. The problem rests on the fact the database we will be
transferring to will not have access on there machine.  We are using an
access database to store data but our customers don’t ...
Excel remains in Memory01 Oct 2007 11:18 GMT8
I've got a problem with Access and Excel.
The situation: from Access2000 i create a Pivot-table in Excel2000. This
works like a charm. However I need to close Access before creating a 2nd
Pivot because an Excel-process remains in memory.
CopyFromRecordset vs Ado.recordset filter01 Oct 2007 09:56 GMT2
I created a recordset and now I need to use recordset filter to export data
into excel.
I use the CopyFromRecordset method to export data into excel
When I use this method using the recordset filter, it ignores the filter and
using tlb on access01 Oct 2007 03:23 GMT7
I got an tlb file which created on c# based on xsd
How can I use it?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.