| Thread | Last Post | Replies |
|
| what object(combo box or text box) is the current selected object | 19 Jul 2005 11:18 GMT | 3 |
Is it possible to determine which object on a form is currently selected, and have the name of the object placed in a variable string. For instance if I had a combo box called combo1 and someone updated information in it, how do I get the name of the combo box in a string named ...
|
| Using Recordset.State Property | 19 Jul 2005 09:19 GMT | 11 |
When I use Recordset.State Property in module - OK. In form code I have an error - object variable is not set. I Have declareed the recordset: Public Rs As Recordset. Please help: what is the right way to find in form code the state of
|
| How do I debug VB error #80004005 | 19 Jul 2005 07:06 GMT | 1 |
According to my research, VB error 80004005 (-2147467259) is an "Unspecified Error" - which isn't exactly helpful <grrr>. The error description in the VB error pop-up is a bit better, giving "Method 'Open' of object '_Recordset' failed" (I mean "very little bit" better <sigh>).
|
| type mismatch notice | 19 Jul 2005 06:13 GMT | 5 |
This is a repost from another section (wrong section). I have a txtbox on a form that the user will place an 8 place number. In the table it is listed as Number/Long Integer. However, I continue to get a type mismatch error notice. Below is the coding that I am using.
|
| Date Range Problem | 19 Jul 2005 05:05 GMT | 1 |
How do I use VBA or a macro to present either a pop up form or inpu boxes to accept and validate the dates, then call the queries using th dates entered as parameters? The dates are popping up for both the quer and my event. How can I sync both to work together? I current have th
|
| combo box (based on linked table) to access table | 19 Jul 2005 04:33 GMT | 1 |
I'm new to access but have a programming background. My question is what VB code is needed when I use a value from a linked table (CustID) as the value in the Combo Box to access another table (Call Tracking) which may have multiple entries for the CustID. I want to be able to ...
|
| Sync Calendar Control w/Query | 19 Jul 2005 01:12 GMT | 1 |
I'm using Access 2002 and I'm creating a database to assign vehicles. I have a query that displays when vehicle1 has been assigned. Is it possible to place a calendar control on a form and sync it with the vehicle1 query? So all the user would have to do is click on a date to see ...
|
| Assigning value to subform fields | 18 Jul 2005 23:43 GMT | 8 |
I am using access as a front end to sql server backend. I have a form with a subform and when the form is getting loaded I am assigning the master form with the field values by using a query to populate fields from sql. Now I want to assign values to subform using the same query. ...
|
| Using "or" in "If-then" statements | 18 Jul 2005 23:16 GMT | 1 |
Is there a way to write an If then else statement like If text20.value = "A" or "B", then do something else
|
| Keeping history on timestamp. | 18 Jul 2005 22:57 GMT | 2 |
Tina, again thanks for your help. See if this is possible: Here is the VB script: Private Sub Form_BeforeUpdate()
|
| Leban's calendar ByRef argument type mismatch | 18 Jul 2005 22:34 GMT | 1 |
I took the oh-so-subtle advice of posters here and downloaded and used Stephen's calendar, even though I had very little understanding of how it worked. It worked great! (Stephen, you rock!) I tried it again with another database, and I get an error (ByRef argument type ...
|
| Veiwing previous records in Forms veiw | 18 Jul 2005 22:08 GMT | 2 |
When I add entrys using the form veiw, and then close out the form veiw, I can not see that entry (it goes back to entry 1 for the new entry) but I could see the added entry in tables veiw. Is there any way to veiw/edit the previous entrys in form veiw?
|
| Unable to resolve runtime error 2465 | 18 Jul 2005 22:06 GMT | 3 |
MS Access 2000, Win XP =================== Hi, This is probably quite simple, but I'm totally missing it, and need some
|
| Freezing after update. | 18 Jul 2005 22:06 GMT | 3 |
I am running a small timestamping script and after calculating and putting in the updated timestamp, the form freezes. I can only unfreeze it by hitting the 'esc' key. Here is the VB script:
|
| Array development | 18 Jul 2005 20:50 GMT | 3 |
VBA Programming; How can I cycle through a record set and retrieve the field name and the value for each field and store the information into an Array? The purpose is to find out if a value is missing or is not the correct, if the previous statement is true, then give me the ...
|