| Thread | Last Post | Replies |
|
| Code for Saturday with spin button | 21 May 2005 08:53 GMT | 2 |
I currently have an Unbound text box that I enter a date, this date is always a Saturday and as such, I'd like to have a spin button whereby I could simply select up or down to move between Saturdays. If possible, I'd like the default date to always be the previous Saturday to ...
|
| additem error | 21 May 2005 07:55 GMT | 3 |
I am trying to add an item to my listbox via VBA. Why am I getting an error when I try to do the following code: Me!lst_SAMPLEID.additem "anything" I get runtime error 438.....Object doesn't support this method.
|
| Error 2105 | 21 May 2005 05:33 GMT | 4 |
I am getting an error (2105) in the following code: Private Sub Form_BeforeUpdate(Cancel As Integer) Dim strList As String Dim intLen As Integer
|
| Treeview Control data refresh | 21 May 2005 01:22 GMT | 2 |
Does anyone have sample code to reload a treeview control from within a form? I keep getting a duplicate key error because the refresh is appending to the data in the control.
|
| Decimal Rounding - Desperately need help!! | 21 May 2005 00:01 GMT | 6 |
Okay - I have ensureed that the fields are set to double. I have 2 different forms because the information has to be calculated different ways for different customers. I can see in my detail form that the decimals are correct (going to tenths) but in the summary form it constantly ...
|
| Upper case conversion | 20 May 2005 22:51 GMT | 3 |
I have a test box on access, and it contains lastnames. I would like to be able to have that box change everything to uppercase regardless of how I type in it. How do I make a test box in Access convert everything to uppercase? Thanks
|
| On current always add a new record? | 20 May 2005 20:39 GMT | 5 |
Please help with this code: Private Sub Form_Current() Static StrWorkerID As String Static LgCaseNum As Integer
|
| Changing BackColor of a textbox using Event Procedures | 20 May 2005 19:57 GMT | 1 |
I am trying to change the BackColor of a textbox using Event Procedures. Example: If Increase is >= to 2000 then Increase.BackColor =255 Else: Increase.BackColor = 12632256. Thanks
|
| data input going in backwards | 20 May 2005 19:26 GMT | 2 |
I'm attempting to create a form that will allow users to input data without using a keyboard (touchscreen). I have a text box (lastname) and large command buttons of A-Z. I have coded the command button to update the data currently in the lastname field with the button that is ...
|
| Table Locking Problem | 20 May 2005 18:44 GMT | 2 |
Hi, there! I have an employee evaluation program I'm writing, and I've hit a snag: I have a tblRatings to store all the employee ratings (by item evaluated, employee, evaluator, & evaluation). With several evaluations a year, ~100
|
| Pause (or Wait) | 20 May 2005 15:59 GMT | 1 |
In VBA, how can I pause / wait execution in code for n number of seconds? Is there a function?
|
| File Folder Look | 20 May 2005 15:02 GMT | 1 |
I've seen Access applications in the past where forms have the appearance of a group of stacked file folders. Each tab at the top contains the name of another form. Does anyone know of a template or wizard I can use to create this look? Thanks.
|
| variable with commas and quotes | 20 May 2005 14:53 GMT | 2 |
how to create a variable with embedded commas and quotes ? when I try something like t1= " "test", "test" " it blows up ....
|
| Add Record To Existing Table via VB code | 20 May 2005 14:38 GMT | 1 |
I have an application that needs to reuse a temporary table that contains bits and pieces of three different tables (I'm creating a temporary name table for labels & envelopes printing.) Three tables involved: tableA has the following names: name 1) is Licsensee
|
| Dependent Combo Boxes? | 20 May 2005 14:36 GMT | 7 |
I have been scouring this website as well as another to find a solution to my problem. After reading the posts regarding a Dependent Combo box I wonder if this is what I need. (I have excellent Microsoft skills but am a beginner in Access). I have a table that contains 2 ...
|