| Thread | Last Post | Replies |
|
| I am using form to pull up data in the subform, but it keeps chan. | 26 Apr 2005 16:22 GMT | 1 |
I was wondering if someone could help me out with an Access Db problem. The issue seems to be with the form which has two combo boxes for selection from a list and are feeding these to a subform to display the resulting data based on these selections above.
|
| CheckBox to fill textbox with System Date | 26 Apr 2005 16:05 GMT | 2 |
I have a check box on a form.....called Invoice. And on this form, there is a textbox. Here is what I am needing.......When the invoice has been completed and billed out......i want the user to check the check box and the current system date be entered into the textbox. Any ...
|
| navigation in single form view | 26 Apr 2005 15:51 GMT | 4 |
I am trying to use a combo box as navigation for a form in single form view, allowing me (hopefully) to select the record for the form to display from a pull-down list. I am trying to use the following code to achieve this: Private Sub Combo40_AfterUpdate()
|
| Subform requeries main | 26 Apr 2005 14:44 GMT | 2 |
I have a subform (in datasheet view) that contains a list of values that are totalled (individually) in some Summary queries. The Total values from the individual summary queries are part of my main form in text boxes I am unable to make a change in the subform update the totals ...
|
| Listview control problem in Access 2000 | 26 Apr 2005 14:44 GMT | 6 |
I am trying to use a listview control on an Access 2000 form and populate if from a recordset using VBA. The problem is that the listitem is not available for the listview control. I added the listview control using the references under tools in VB. I've tried changing the view ...
|
| Repost about Event Code help | 26 Apr 2005 12:21 GMT | 6 |
Hi. I posted about this a few days ago in the Forms section and received a reply that I queried. Since then the Forms section has not been available. I thought Id take another shot here, which is where I should have
|
| Minimising and restoring a popup form with code | 26 Apr 2005 11:45 GMT | 1 |
I have a popup form which has a button on it to open another form which maximises on opening. When the button is pressed I want to hide or minimise the popup form. When the maximised form is closed I want to then restore the popup form.
|
| OnUnload calling OnCurrent?? | 26 Apr 2005 09:02 GMT | 2 |
I am using the information from the following site to speed up performace on my FE DB. http://www.granite.ab.ca/access/performanceforms.htm I notice a vast improvement, but I can't set the Me.form.recordsource = ""
|
| Need help with a Search Form and code | 26 Apr 2005 06:57 GMT | 2 |
Group: I have a form that allows the user to search the database for a matching record. The form has an unbound field named DescriptionSearch where the user types in a search word. And there are two buttons at the bottom of the form
|
| Update data in table | 26 Apr 2005 05:10 GMT | 1 |
In tbl1 I have two fields (fldID and fldQty). With the OnClick event cmdButton on frm1 I would like to loop through all the records in tbl1 and update fldQty based on the result of the following function. Select Case ID
|
| accessing current record in a form | 26 Apr 2005 04:48 GMT | 1 |
I have a subreport data grid. When a user changes a value a particular field in the data grid, I want to update another field for that particular record. example: user puts a value into 5th row, 1st column of a data grid.
|
| Dlookup and coding | 26 Apr 2005 04:44 GMT | 1 |
I posted this question a while ago and got some answers, but it didn't quiet work. So, here is what I have now. I have Schedule Table which shows all the classes offered in the clinic. There is also a Rehab Schedule Table, which has the class name, start date
|
| Minimize a form with VB | 26 Apr 2005 03:39 GMT | 1 |
Is there a way to minimize a form using VB? I have the Min/Max turned off on my form and have a custom button that closes the form. I would like to make a custom button to also minimize the same form.
|
| Need help with form AutoShutDown (developed by Garry Robinson) | 26 Apr 2005 01:51 GMT | 4 |
I recently purchased Garry Robinson's "Microsoft Access Database Protection and Security" book. In his demo database -- chapter 5 -- Garry lists the form "frmAutoShutDown". I tried to implement the Auto Shutdown form into one of my databases, but
|
| Using "Like" in VB | 26 Apr 2005 00:46 GMT | 12 |
This statement always returns false I am probably doing this wrong Dim MyHour MyHour = Me.hour1 Like "[.5 - 24.0]"
|