| Thread | Last Post | Replies |
|
| Schedule a database | 02 Oct 2007 03:32 GMT | 1 |
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 control | 02 Oct 2007 02:52 GMT | 3 |
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 GMT | 4 |
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 variable | 01 Oct 2007 20:20 GMT | 3 |
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 form | 01 Oct 2007 20:04 GMT | 5 |
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 data | 01 Oct 2007 19:04 GMT | 5 |
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 Box | 01 Oct 2007 18:26 GMT | 2 |
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 Alarms | 01 Oct 2007 18:19 GMT | 1 |
Is it possible to create reminder alarms for individuals on access?? LA
 Signature Message posted via AccessMonster.com
|
| Automate PDF without prompt to save | 01 Oct 2007 17:11 GMT | 2 |
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 database | 01 Oct 2007 16:15 GMT | 1 |
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 Memory | 01 Oct 2007 11:18 GMT | 8 |
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 filter | 01 Oct 2007 09:56 GMT | 2 |
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 access | 01 Oct 2007 03:23 GMT | 7 |
I got an tlb file which created on c# based on xsd How can I use it?
|