| Thread | Last Post | Replies |
|
| replaceall function error | 11 Sep 2005 10:52 GMT | 6 |
I have a replaceall function which works on my machine. But on the client side it gives me an error "ActiveX can't create object". Any help on this would be appreciated. Thanks,
|
| how do I find visual basic program oh ready written | 11 Sep 2005 04:26 GMT | 1 |
I creating a database design and also I would like to know how do I find program oh ready written in visual basic
|
| how can I stop screen flicker with access TABs and onCurrent evnt | 11 Sep 2005 03:48 GMT | 1 |
I'm using the TAB control and the onCurrent event to update the page info when a new record is selected. Tab 2 & 3 have a flicker problem. How can I stop it from refreshing when the mouse is moved around? thx
|
| Compile Error - Procedure too big | 11 Sep 2005 03:24 GMT | 3 |
I have a form which runs a process to check if any data has come back from a server. When there is data present, it runs a procedure. This procedure processes the data and then pauses for a set amount of time before checking again if there is data present.
|
| Subject: Should I use "IsNull" or something else? (Duh!) | 11 Sep 2005 02:06 GMT | 5 |
Hi. I'm pretty new at this -- can someone help me out? Here's my VBA module argument: If ((.[Planet Number].Column(1) = "Moon" Or .[Planet Number].Column(1) = "Saturn") And .[Aspect Number].Column(1) = "Conjunct" And (.[Aspected Planet
|
| how do i connect two feilds through a validation rule? | 10 Sep 2005 20:23 GMT | 2 |
My name is Tim. I am currently working an internship with a department with little help from my professors. I am currently trying to set up a validation rule for two fields. The two feilds are "Lock" which has a yes/no opion to it and the
|
| How do I pass variables for 'Sorting and Grouping' in a report? | 10 Sep 2005 17:04 GMT | 1 |
We can have data source an sql query, a query name or a table name by sorted. But in case I want grouping, without using 'sorting and Grouping' provided in the report. Need to pass grouping variable thru code?
|
| transpose | 10 Sep 2005 14:04 GMT | 3 |
Hi, sorry to be lazy! Can anyone put their hands on a Function that transposes values in a recordset into a variable i.e. Last Name:
|
| DlookUp Help / question | 10 Sep 2005 11:57 GMT | 14 |
What am I doing wrong? Want to look up field [DeviceAAT] in table tblDevices where field [DCode] from that table = MyDevice Dim MyDevice as string
|
| Control Bar Menu - Run VB Code Via Macro - Action Failed | 10 Sep 2005 06:25 GMT | 1 |
I don't know how to run a public function from a command bar, so I've called a Macro which does it. But the function has a cancel button which makes the macro burp with that disgusting HALT dialogue.
|
| How to increment a field in a table | 10 Sep 2005 06:19 GMT | 1 |
What is the code for incrementing an integer field in a table by pushing a button on a form? I'm drawing a blank. thanks in advance
|
| data shows up only after debugging | 10 Sep 2005 06:16 GMT | 7 |
I create a form and a button on the form. When I click the button, the code would send information to the report to be printed out. However, data show up on the report only when I debug line-by-line (there are no erro at all. I open connection to the database and recordsets). ...
|
| Table Appearance (Font related Properties) | 10 Sep 2005 06:02 GMT | 1 |
I have a table which has some columns hidden and others not. I wanted the appearance of a second table to look like this table because the two tables sit one above the other as child objects on a form. I figured out how to loop through fields and set the ColumnHidden property of ...
|
| Compare beginning & ending date | 10 Sep 2005 04:06 GMT | 1 |
I have cmdbegin and cmdend controls in my form. In a button on the same form I need to write code that will check to make sure that the difference between cmdbegin and cmdend is not greater then 6 months. The code below seems to be working, but I'm not sure why >5 works instead ...
|
| Moving to a new record in a sub-subform using VBA | 10 Sep 2005 01:32 GMT | 8 |
I have a form (frmHouse) with a subform (Options) that also has a subform (Materials). I need to add default records (read from a query) to the Materials sub-subform. I can read the query into a recordset and get the first record on the sub-subform populated properly. The ...
|