| Thread | Last Post | Replies |
|
| writing data to 2 tables | 20 Jun 2006 00:00 GMT | 2 |
I am presently using forms to write to one table. I would like to duplicate that table, give it a different name and have a form write to both of them at the same time. This would mean I can have both tables saved in different locations giving me a backup of the data. Obviously ...
|
| Referencing another form | 19 Jun 2006 23:26 GMT | 2 |
Hiya! I'm trying to set something up to help one of our folks track our shipments, and I would like it to look on another subform to see what's going on, but I keep getting errors.
|
| How do I have a second table pull info from the first table? | 19 Jun 2006 23:16 GMT | 3 |
I have what looks like it is a many-to-many relationship that I need help with. I have a main table that has a team name, wins (#) and losses (#). I have a second table that will have the team name, and every team on their schedule w/ wins and losses. I'd like to avoid having to ...
|
| Make the ending balance the next days beginning balance in MS Acce | 19 Jun 2006 22:45 GMT | 5 |
On a form and report I am trying to make the one days ending balance appear as the following days beginning balance (e.g) Day Beginning Balance Income Expenses Ending Balance Mon 10 15 5
|
| Find a record by criteria | 19 Jun 2006 22:26 GMT | 5 |
I've created a "start up" form where the end user can navigate to do data entry, update tables, pull reports or do a record search based on specific criteria - all by using the associated command button. However, I am unable to get the record search button(s) to work. The goal ...
|
| Access to Excel - simple copy/paste | 19 Jun 2006 22:03 GMT | 5 |
this should be very simple, but it's not always obvious. I have a form, with a subform. I want to select all the records in the subform and paste into an Excel worksheet. I've got the Excel bit okay - but it's the Access part of copying the
|
| Hidden Start-Up form to re-connect FE to BE | 19 Jun 2006 22:02 GMT | 1 |
I?m having a little trouble with re-connecting the front end of a database with the back end using code in a hidden start-up form. I got this code from one the users of this forum (Thanks Mike) and then modified it to suit my database. But I can?t get it work properly and
|
| Arvin Meyer: question about shellexecute api! | 19 Jun 2006 21:23 GMT | 2 |
Hi Arvin, I have used your ShellExecute api function (http://www.mvps.org/access/api/api0018.htm) for my document control database. It works fine in that it will open any windows-registered
|
| Form | 19 Jun 2006 21:07 GMT | 1 |
I am working on a database to track employee absenses and I am having a problem with the points not updating the table. Would it help if I designed a subform? And how would I design that?
|
| Select statement in VBA | 19 Jun 2006 21:02 GMT | 11 |
I have the following Select statament in VBA which is returning a Run-Time error 3061. The final intent is to populate a continuous form with the records set however, for now I just need help getting the Select statement to execute.
|
| How to populate a Sub-Form textboxs | 19 Jun 2006 20:41 GMT | 2 |
Does anyone know how to populate a subforms textboxes from some certain criteria initiated in the parent form. I have a DAO.Recordset so i want to tie that into the sub form to. Please if anyone can help please do. thankyou.
|
| Giving focus to a row | 19 Jun 2006 19:29 GMT | 1 |
I'm new to programming Access, and I'm having a problem with giving focus to a row. What is happening is that I click an OK button in a form and this opens a new form, which happens without a problem. Next, the newly opened form is populated from a query which returns all the
|
| Using Combo to view info using Subforms | 19 Jun 2006 19:24 GMT | 5 |
I have two forms. One if the main form and the other is a subform. How do i make the subform change its information based on a change in the value in the combo box. For example:
|
| Tabbing into field causes form to go to next record | 19 Jun 2006 19:22 GMT | 2 |
I have some required fields on a form. I'm checking these fields in the Form_BeforeUpdate sub. When just clicking on the fields and then trying to go to the next record by clicking on the little arrow at the bottom of the form it works as intended (A message box pops up telling ...
|
| SUB Form Population Help. | 19 Jun 2006 19:22 GMT | 1 |
I need to be able to populate a subform with the parent forms data. the subform has about 7 textboxes and is in datasheet view. does anyone know how to do that at all? harborTemp = Replace(cboHarborClient, " ", "")
|