| Thread | Last Post | Replies |
|
| ADO, how to move through this recordset | 06 Nov 2006 13:32 GMT | 3 |
I have been working on this for days and can not get it to work. With the current code for the next button I get an error that either BOF or EOF has been reached. Basically I want this code for the NEXT button to move through the
|
| Tab through tabs | 06 Nov 2006 13:07 GMT | 6 |
I hope someone can help, on the face of it, i thought this would be simple. I have a form that to keep all of the field on one screen I have used tabs to hold some of the fields. I have set the tab order to ensure that the form tabs through the main form and the first page of the ...
|
| Can we use the parameters of active form (MS Access)for reporting | 06 Nov 2006 13:04 GMT | 1 |
I have an MS Access database to maintain enter / exit of employees. The user has to input the entry and then again repeat the particulars of employee while printing the report. Is it possible to first input the record (in entry form) and then print the
|
| Switchboard Problems? | 06 Nov 2006 12:25 GMT | 1 |
I am a student of Cornwall College I have recently created a switchboard in access 2003 which then linked to a table. It has been working very well allowing me to open the table and edit information, browse through records etc etc. But i have
|
| add checkbox to an option frame | 06 Nov 2006 06:53 GMT | 1 |
I'd like to add a check box within the frame of an option button group i.e.: if the user selects one option button, then the checkbox would be an option for that choice, if the user check a different option button, different check box options would apply
|
| conditional count in report | 06 Nov 2006 03:51 GMT | 7 |
How do I put a conditional counter at the footer in a report? For example, I got a list of students in a report and I want to know how many male and female in total. Thanks.
|
| filter combo box | 06 Nov 2006 01:31 GMT | 3 |
I am trying to filter a combo box on a form using a combo box. The combo box on the form cboVendorSelect is a bound combo box. The combo box that I am using as a filter cboVendorName is unbound. Both combo boxes contain two fields, VendorNo and VendorName and both draw from the ...
|
| Go To Control | 06 Nov 2006 01:27 GMT | 1 |
I have a form frmProjects. On the form is an unbound combo box (cboProject) used to select a Project. On the form there is also a tab control with a number of pages, each with a subform linked to the frmProjects form. After the value in cboProject on the main form is updated, I ...
|
| Nolocks not honored | 05 Nov 2006 20:36 GMT | 1 |
I have a access form that has a dropdown box selecting one column its connected to sql server using odbc. When scroled down halfway for instance if a user leaves the form in that state without selecting anything a running process is constantly left on the server. So if another ...
|
| parameter form filter pop up twice | 05 Nov 2006 16:56 GMT | 9 |
I'm creating a database for my work and need some help on parameters. I have a main table, where my queries are based on. I have many queries with critiria of [enter year], and "department name"., and then I create each department forms base on the department queries. When I open ...
|
| Displaying a record in a subform. | 05 Nov 2006 16:16 GMT | 7 |
This is probably really easy, but I am stuck big time anyway. I have a main form (search) and a sub form (details). In the main form, there is a list box displaying a filtered selections of clients. In the sub form, the user can edit the address and contact details of clients.
|
| Delete hidden forms in Acces | 05 Nov 2006 15:00 GMT | 4 |
Hi, I have a problem deleting hidden form from Access database. I tried to create a new form by copying (Ctrl+C, Ctrl+V). Copying failed, however, there is a form in my database named ~TMPCLP188001, obviously some remainder of copy process. I cannot get rid of this. It
|
| prevent repeatition in fields which is not a primary key | 05 Nov 2006 12:01 GMT | 1 |
I have two table with the relationship 1: many Table 1 fields are A, B, c where c is the primary key Tabe2 fileds are D, C, E, . whre D is the primary key I are using subform to capture data but I do not want to repeat the same
|
| Testing a value using a validation string | 05 Nov 2006 11:19 GMT | 4 |
Good evening Sorry for my non-perfect english writing. I usually post in It.Comp.Appl.Access (an italian newsgroup). I need help about testing a control value using a validation string by VBA code
|
| object reference question | 04 Nov 2006 23:47 GMT | 1 |
I have the following code: Private Sub cmdLoadOLE_Click() Dim myform As Form On Error Resume Next
|