| Thread | Last Post | Replies |
|
| Using "Between" in VB Script | 18 Sep 2006 16:34 GMT | 9 |
I have a text box that the users enter a number between 1 and 10. If the enter a number between 1 and 5, I want a yellow box to appear; if between 6 and 10, I want a blue box to appear. I've been able to code it partially but don't know how to make the range included (if between ...
|
| Seperating Whole Numbers and Decimal Numbers | 18 Sep 2006 16:01 GMT | 2 |
Using vb in access 2003 i end up with a value of 1.006 i need to get the 1 on its own and the 006 on its own. Is there a function that will remove the numbers to the left of the decimal point and to the right of the decimal point?
|
| Rename report fields and linked data fields via VB | 18 Sep 2006 15:19 GMT | 3 |
I have a report that is linked to a query which has around 52 fields that change when the fiscal years changes. For example the fields may be txtFY06sales, txtFY06inventory, etc.... Also the linked data fields in the query are similarly named. Changing the query is no ...
|
| conversion to SQL backend | 18 Sep 2006 13:46 GMT | 13 |
I have a access project for attedance backend is SQL. I have a mdb/vba code which needs to be converted into sql, can anone help me formulate this: Private Sub Command4_Click()
|
| How do I compile data in different rows and output to a new column | 18 Sep 2006 01:03 GMT | 3 |
for the sake of simplicity, This Table has a column for names and a column for seating assigments, Joe, table1 Mary, table1
|
| getting values from form | 17 Sep 2006 18:43 GMT | 3 |
I perform filter on subform. After filtering I want to append values from column of subform to another table. This code is not working :
|
| Error Attempting to set Default Value of Table Field through VBA | 17 Sep 2006 05:43 GMT | 4 |
I manage an event database for foot races. I have written VBA code to allow users to set the default length of the race. But everytime I attempt to execute the code, I get the following error:
|
| Runtime Error | 16 Sep 2006 23:00 GMT | 10 |
Every time I try to enter an event or access the code builder I get the following message: Runtime Error! Program: C:\Program Files\Microsoft Office\Office11\MSACCESS.EXE
|
| task scheduler macro | 16 Sep 2006 14:53 GMT | 7 |
I'm doing a task scheduler macro that is deleting data from a table and then adding a new data there. "C:\Program Files\Office\Office11\msaccess.exe" "C:\SomePath\MyDB.mdb"
|
| Animation in Access | 16 Sep 2006 11:22 GMT | 4 |
I *hate to, but, have to* do this for reasons beyond my control : pure easthetics and no functionality. I have a Company Logo that looks a lot like a coin. I've to flip it (i.e. rotate) on the sign-on screen.
|
| Export an Access toolbar | 16 Sep 2006 05:00 GMT | 1 |
#1 Today, 02:57 PM llkhoutx Registered User Join Date: Feb 2001 Location: Houston,Texas USA
|
| On Timers and CPU Usage | 16 Sep 2006 03:40 GMT | 3 |
I am trying to use a hidden form to check out certain events happening with its OnTimer Event. The timer interval is set to 1000, i.e. one sec. Is that going too hard on the processor ? The screens are acting crazy (flickering and all), though the code is doing what I've asked of ...
|
| code query to update textbox and table | 16 Sep 2006 01:37 GMT | 2 |
hi, how to run a query in my form_load (ms access 97) so it set the value of the query to a textbox (txtinfo) and put the value in my tblInfo table. My query is Select count(project) from tblproject;
|
| Freeing Resources - DAO | 15 Sep 2006 22:15 GMT | 2 |
I inherited an Access 97 db that is running on a windows XP box, and it has started running into memory errors. This may not necessarily being a DAO only question, but the code I am working with is DAO/VBA. I have ruled out drivers as a cause of the errors, as the application ...
|
| Read a password to a table in a Macro | 15 Sep 2006 21:51 GMT | 2 |
I have some tables in my Db that are password protected. I am automating multiple steps in a Macro and would like to build in a step that reads the password. Someone had recommened the sendkeys Action in a macro, but that doesn't work for me. I have tried to set up an Autokeys ...
|