| Thread | Last Post | Replies |
|
| Current User ID - Can't get to work | 30 Jan 2008 21:17 GMT | 1 |
I am not understanding how to copy the code that Dev wrote getting the current user ID into Visual Basic and then calling it from my Access form. I copy the code. I insert a new module. I paste the code. I go to a
|
| Error Message with Duplicate Values | 30 Jan 2008 21:16 GMT | 10 |
I have a table called Patient Data that contains Social Security Numbers. – the field is called SSN I do not want duplicate SSN’s in the database, On my input form, I have the following event procedure on the Before Update line
|
| Formsand queries | 30 Jan 2008 20:50 GMT | 1 |
Through a query that uses grouping, I am gathering info from a City table. The table has two fields, the key field and the field City name. Sometimes, the query outputs two or more records. I would like to show the output of the query in a form, not as three
|
| CONCATENATE collection string | 30 Jan 2008 20:43 GMT | 1 |
I have a collection and add the items in the loop. I would like to check if the item exists, if yes, I will concatenate with original and new information, f not I just need add new one. My code is like following, but it works only null string,
|
| ShowColor | 30 Jan 2008 19:35 GMT | 1 |
Why this code Not Show the dialog box ShowColor ============================= Public Function colors() Dim cdl As CommonDlg
|
| NewAccessDatabase() | 30 Jan 2008 19:22 GMT | 1 |
Thank youI'm using Office Access 2003Why this code not work?And this message box appear to me?'''''''''''''''''''''''''''''''''''''''''''''''''''Runtime error '91'Object variable or with block variable not set ''''''''''''''''''''''''''''''''''''''''''''''''''''' Include ...
|
| Click, Double-Click and Run Time Error 2115 | 30 Jan 2008 17:59 GMT | 2 |
The following code works fine when executed as a double-click event. When I change it to a click event I get run-time error 2115 when in BannerUpdate (last routine in the code snippit). The text displays in the banner and I get the error. comboQuads is a combo box which is ...
|
| break point | 30 Jan 2008 17:56 GMT | 3 |
I have one break point in my VBA form module, even I toggle it to not break point, but the program still break at that point, no matter what. Any idea about this? I set the break ponit for testing, but I can not reset it.
|
| default value to be windowss user initials | 30 Jan 2008 16:15 GMT | 1 |
what is the code to set a field value to the logged in user's initials? (the one I'm looking for is something stored in MS windows as part of the user's account -I think; not one associated with Access) thanks in advance,
|
| Refresh subform; filter by selection on mainform | 30 Jan 2008 15:31 GMT | 2 |
Hi everyone! Using A02 on XP. I have a table [UnclaimedTable] with lots of records that need to be matched up, if possible, to records in another table [DistribTable]. So I have a main form with [UnclaimedTable] records and a sub form with [DistribTable] records.
|
| Help with If statement | 30 Jan 2008 15:19 GMT | 17 |
I have a form where I want to populate a control [txtbusinessnamea] based on the content of either of two other controls [txtmemnbr] and [txtempmemnumbera]. If neither of the latter controls have data, then I want the first control to be blank. So a series of lookup statments may ...
|
| Apostrophe in search string | 30 Jan 2008 15:09 GMT | 4 |
I have a simple SQL string that is run from a form when a field is updated: strSQL = "UPDATE tblDesign " & _ "SET " & strFieldNameForUpdate & " = '" & strDM & "' " & _ "WHERE DesignName = '" & strName & "' ;"
|
| Coding form to change multiple records | 30 Jan 2008 13:57 GMT | 5 |
I have a form that displays one record displaying information about a piece of equipment. Each similar piece of equipment is marked with a "use order" which indicates what order they will be installed on the machine. When the user changes the status from "inventory" to "on ...
|
| Union Delete question | 30 Jan 2008 12:39 GMT | 2 |
I have a continuous form bound to a UNION query, that displays information from 2 different queries. This displays the records in the form fine but I want the user to have the ability to delete the records individually if required with a check box. I can't do this with a bound ...
|
| Ribbon: Controling Which Tab Shows With Each Form | 30 Jan 2008 08:49 GMT | 1 |
Need a way other than using Sendkeys in the Form_Activate event. To display a certain ribbon tab with a particular form. Using the keyboard Alt key shows the keyboard shortcut to click individual ribbon tabs.
|