| Thread | Last Post | Replies |
|
| delete record in a main form and any link records in the subform | 21 Jul 2005 17:49 GMT | 5 |
my problems is that if the subform dont have any record the system return with a MICROSOFT OFFICE ACCESS MESSAGE - "NO CURRENT REORD" CLICK "OK" however the system does not delete the record in the mainform. Can anyone
|
| making a form field remember | 21 Jul 2005 17:16 GMT | 1 |
Hello. I am having a weird problem. I am trying to have 4 fields sta the same as I have much data to be entered that will have these things in common. This is the code i'm using: Forms!frmInputTreatyInfo!Company.DefaultValue
|
| numeric format using iif function. | 21 Jul 2005 16:27 GMT | 6 |
I have a text box with the following Control source IIF function. It returns data such as: record 1500 of 2289; 1501 of 2289; etc. I would like the numbers to have commas separate thousands. For example, I would like the return to be 1,500 of 2,228; 1,501 of 2,228, etc. Any
|
| Open the Windows Calculator | 21 Jul 2005 14:36 GMT | 3 |
I have a form in which I would like to have a button that will open the standard Windows Calculator. I know the path on my machine running Windows 2000, but isn't the Calculator EXE file located in different directories depending on which operating system you are running?
|
| Problem with forms | 21 Jul 2005 14:04 GMT | 2 |
Hi to all, I have written a small function to change/update the image control on all of my forms For Each frm In Forms
|
| enabling/disabling buttons problem!? | 21 Jul 2005 12:20 GMT | 5 |
I've got a form with a button and I want the button to get disabled if pressed for this record. So far, so good. But I then want it enabled again for the next record! And the same goes there: if button pressed then disable it for THIS record, then when going to the NEXT record ...
|
| Event conflicts produce errors in saving records | 21 Jul 2005 11:14 GMT | 1 |
I finally figured the cause of hampering problem -- which is most of the battle, but I can't seem to fix it. The initial problem was a "can't save record" error despite that data was loading to forms and writing to tables properly.
|
| How to return the value of listbox to a table | 21 Jul 2005 09:50 GMT | 3 |
How can I extract the values to a table that were selected in the Listbox.
|
| dbFailOnError causing varible error. | 21 Jul 2005 08:13 GMT | 8 |
The following code works as long as I do NOT include the option "dbFailOnError" it gives be "Variable not Defined" Any ideas? I want the option just to cover myself in the event of an error.
|
| Create Weekly Calendar from table of data | 21 Jul 2005 05:42 GMT | 4 |
I need to make an "employee tracker" style form where a user can select a week ending date and then view the tracker for that week. The data is stored in a table with the following fields: ID
|
| Calculating a contract's end date for a partial month term | 21 Jul 2005 04:50 GMT | 7 |
Hi! I'm trying to calculate a contract's effective end date based on the following provided data: 1) contract's effective starting date (i.e. 10/1/2004), 2) term of the contract (in months)
|
| ListBox Refresh Question | 21 Jul 2005 04:35 GMT | 4 |
Hello to all, I have a ListBox that's setup to save selected items to a table when a button is clicked. It works fine, but the items stay selected after the data has been saved.
|
| Testing for Last Record | 21 Jul 2005 04:32 GMT | 1 |
Is there a way to test if there is a current record of if the table is empty? I am using the following code behind an OnClick event to delete a record in a table. If Not Me.NewRecord Then
|
| Unbound text box bonded to date field | 21 Jul 2005 03:59 GMT | 5 |
I made a form that asks the user to choose from a list box a criterion. The form then opens a report with a specific filter. In my report, I have an unbound text box and I want its control source (a date field from a table) to automatically change, depending of the filter. (I ...
|
| Error 2501 | 21 Jul 2005 02:42 GMT | 5 |
I need to use the Where Condition argument on the Docmd.Openform so I can reduce to 1 entry forms in my db by applying conditions on the form instead of having multiple same form with different query as RecordSource I use the following:
|