| Thread | Last Post | Replies |
|
| reset field to NULL or none | 27 Aug 2005 22:04 GMT | 3 |
won't work: Private SUB commandbutton_click() ON ERROR GOTO ERR If ISnull(field) then
|
| Datasheet field names | 27 Aug 2005 19:56 GMT | 7 |
I have two questions: 1. When I go to datasheet view, the names of my fields are the names of my controls. In the query design (the query is the form's record source), an example of a field name is "#Yrs: ConvertToYrs([Num])". On my form, the
|
| wildcard on a input box query | 27 Aug 2005 19:55 GMT | 1 |
I am running a parameter query off of a command button on a form. I am using an input box to get the parameter. How can I modify the code below so I can use a wildcard with the value passed? - example if I only remember the first few of the document number and want to see all ...
|
| No Duplicates Code? | 27 Aug 2005 19:39 GMT | 3 |
Access 2002. In a Customer's table, I have separate FirstName and LastName fields. The form's Record Source is a query based on the Customer's table. At the form or query level, I also display the first-last names concatenated. I need to ensure, using code, that the ...
|
| OnClick event (?) - adds a specific field value from the form to another table | 27 Aug 2005 18:22 GMT | 1 |
I have created a form (based on a query) for adding new records. On the form there are these fields: GuestID (Autonumber) RoomID
|
| Recordset clone fails | 27 Aug 2005 18:17 GMT | 3 |
I am trying to use a combobox and recordset clone property to search for records in a form. The record selected in the combobox should be compared with the record set and then the form record should be moved to the selected record as follows:
|
| Set control | 27 Aug 2005 16:38 GMT | 2 |
Scenario: My Main Form (Parent Form) has a bound text control on it called txtDateClosed that the user is not permitted to access. The only way this field can be completed if they Click a command button on the Parent Form to open the other form (Child Form) and complete the ...
|
| Group by Field on the Form link to the table | 27 Aug 2005 16:17 GMT | 1 |
The table has four fields Sport (field1) Team (Field2) Last Name (Field3)
|
| autonumber problem | 27 Aug 2005 14:46 GMT | 4 |
dears, I have test 1 and test 2 table with 20 records each. test 1 and test2 are linked with one-many relationship.. it has a field for autonumber e.g. fieldx presently the fieldx is at record no.20. now when I want to enter real time
|
| Form Value to Parameter in Query | 27 Aug 2005 12:21 GMT | 3 |
I am using 2 input boxes (startdate and enddate) on a Supplier Form as criteria in a query so that I can display purchases between these dates. I also have the above showing by supplier. When the queries are first created, it all seems to work ok and reports can
|
| I GOT IT! (Printer Status) | 27 Aug 2005 05:37 GMT | 13 |
Well everyone, I'm happy to announce that I got it. I can now check the status of my printer in Access. Whenever I got to print a report, if the printer is Off-Line, Out of Paper or whatever, I have a form that pops up saying that the printer is
|
| Printing Access Reports Remotely | 27 Aug 2005 01:52 GMT | 9 |
If you have an Access application on one machine at location A, can you go onto it from Location B (Located offsite, another city, wherever) view the reports on Location A, from Location B, and print them to a printer connected to the computer at Location B, from Loction B? I'm
|
| Informational radio buttons | 27 Aug 2005 00:43 GMT | 11 |
If I have 5 unrelated tables with data that I will be concatenating together once the user selects 1 field from each table, do I need a common field to link them all together? When I bring all 3 unrelated tables together, the number of records grows exponentially. An example of ...
|
| Disable SHIFT + ENTER | 27 Aug 2005 00:13 GMT | 2 |
In Access 2000, we have an app which has a back end mdb and a front end mde; the tables bing linked into the mde. At present, any of the users could open the mde by holding down the SHIFT key and clicking on the icon. The mde opens in development mode, giving
|
| Bills form run time error | 27 Aug 2005 00:04 GMT | 3 |
I Have a data base form that is tabbed to have several sub forms. I created the first form "Contacts" and then created a form called "frmRegistration". In the registration form I have a combo box that I can select a building and
|