| Thread | Last Post | Replies |
|
| no duplicate records if | 22 Jan 2005 10:01 GMT | 1 |
I have an error-DB for machines. I don’t want users to insert duplicates if the error isn’t solved. Therefor the code has to look in the field ‘Datum gereed’ (a date field). If the error is solved there will be a date in this field.
|
| Access was unable to make a .mde file | 22 Jan 2005 05:08 GMT | 6 |
Hi; Although i meet the conditions for making a mde file mentioned in Access 2000 help file,when I try to make a mde file from my front end .mdb this message box appears after a few seconds:
|
| Crash when F.Requery returns no records | 22 Jan 2005 00:42 GMT | 1 |
I am using the code below to synchronize two forms. The relationship is one to many. It works fine until I go to a record in the main form that doesn't have any records in the popup form. Check18 is a check box. When checked the popup is open. Private Sub Form_Current() If ...
|
| How to capture multiple values using one combobox? | 22 Jan 2005 00:05 GMT | 4 |
MS Access 2K, Windows XP ==================== Greetings! I have a combo-box with the row source a query with 2 different IDs and
|
| Re-POST - It should be a way | 21 Jan 2005 23:37 GMT | 8 |
I still could not do it: How do I add another recipient to this function, separated by what? or can I add an if statement to send to R1 or R2 if condition met? Function Send_Open_Incident()
|
| Semi-modal form? | 21 Jan 2005 22:42 GMT | 9 |
Hey all, I've created a timer-powered "Please Wait" form in Access 2000. I want to be able to use it whenever I have a process that's going to take some time - long loops and whatnot.
|
| Summing a Subform | 21 Jan 2005 21:47 GMT | 9 |
I'm sure this is a very easy question, but for some reason, I'm having a problem figureing this out!! On my main form (frmDetailReport), I have an unbound field called txtUnitCount which is controlled by a combo box. When the user selects an
|
| Before Update After Update Which one???? | 21 Jan 2005 21:20 GMT | 5 |
I have a form that contains a number of numeric controls. The user fills in all the controls, even the totals. I have validation code on each total to make sure the total is correct (the user wants to key in the total and Access check if it's correct). An example of the code in the ...
|
| Selecting MSysObjects | 21 Jan 2005 20:10 GMT | 4 |
I have a form which contains a field that collects the MSysObjects list of queries within the system. Also on this form there is a button that is told to apply the query chosen by the user to a certain second form, however I cant seem to tell the button to select the object.
|
| Display PowerPoint Presentation | 21 Jan 2005 19:47 GMT | 1 |
I have a PowerPoint slide show that I embed into one of my tables as on OLE object. I want to display this presentation when the user clicks a command button. What is the best way to do this? Thanks!
|
| ComboBox with Disappearing contents | 21 Jan 2005 19:39 GMT | 5 |
Originally posted to microsoft.public.access.forms yesterday: Greetings to one and all, can someone please give me a steer in the right direction with the following: I have an MS Access 2000 form which uses 2 text boxes and three combo boxes
|
| Limit content of Combo Box | 21 Jan 2005 18:18 GMT | 1 |
I have an Employee Evaluation Reports form that lists the employee's personal data, location, section, and various dates. For ease of input, I've added a combo box for the employee's Rater and Reviewer. At present, the combo box (cboRater)is bound to tblRaters which is generated ...
|
| Recordset is not updateable | 21 Jan 2005 17:56 GMT | 5 |
I have a form that does auto-complete without code. But I am getting an error that says Recordset is not updateable. Do you have a solution to fix this problem. The form is filled out but from the combo box you cannot select from it and you cannot type on that section of the ...
|
| Access 2003 bugs... | 21 Jan 2005 17:28 GMT | 7 |
I have a form with a mainform. When pressing F9 Access crashes with following error in log: Faulting application msaccess.exe, version 11.0.5614.0, stamp 3f3c8e3c, faulting module msjtes40.dll, version 4.0.8618.0, stamp 403430ac, debug? 0,
|
| VBA code to adjust Subform visible property | 21 Jan 2005 17:05 GMT | 3 |
I am trying to make 2 subfroms alternate from being visible when a click a button on one or the other. Using the following code--- Me.visible = False --- Access says I can't hide a control that has the focus When I sucessfuly move the focus to the other subform or main form and ...
|