| Thread | Last Post | Replies |
|
| Combobox Bound Column blank (after update?) | 24 Jun 2008 22:48 GMT | 2 |
Is there a site - or sentence parsing- to find if the latest updates to ACC2003 are again causing a "blank field" in cbo bound column? i.e. [RowNumTxt].Column(1) is blank; while [RowNumTxt].Column(2) is visible. Update events related to the BoundColumn do not execute, either.
|
| Run query on time | 24 Jun 2008 22:31 GMT | 1 |
Does anyone know how I could make this run once everyday, including on the weekends when no one is here? I'm using a query to pull anything with a date exactly 90 days past, but this doesn't account for the days missed during the weekend. How could I make up for this?
|
| Continuous Forms Formatting Questions | 24 Jun 2008 22:25 GMT | 1 |
Two questions on Continuous Forms formatting. Question 1. I have 3 columns of data. The 3rd column always contains unique data. The 1st 2 columns repeat from time to time. Example: 1 1 1
|
| calculated field - time | 24 Jun 2008 20:35 GMT | 3 |
My form has a start time field and an end time field. Both fields are formatted as Medium Time. I have 2 questions: 1) I need to calculate the difference in time between the 2 fields. The current formula is =[start time]-[end time]. The formatting for this
|
| Beginner's doubt | 24 Jun 2008 19:36 GMT | 7 |
I am not sure how clear I will be with this question, but I am giving a try. I have a form, very simple one, which contains a sub form, which is showing all records from a table in datasheet view. I have also a combo box on the main form and I did not programmed
|
| Switch between Datasheet and Form view | 24 Jun 2008 19:22 GMT | 7 |
I have a subform that I want to be able to switch between datasheet view and form view. I can right click to get subform which shows the two views (I have the properties set to allow only the two views, with the default view being the
|
| Hiding a button on a form before copying database | 24 Jun 2008 18:41 GMT | 4 |
I've got a database system that is composed of 3 levels of databases: National, State, and Local. Each mdb is an exact copy of the other, except for the amount of data contained. The National contains all records, the State - only records for that state, and the Local - only
|
| help with the afterupdate event | 24 Jun 2008 18:19 GMT | 2 |
I have a code in the afterupdate of a text box called stakeholder. when the code fires after I update the stakeholder field it shows that the value of the field is null even though it has a value in it. is their a reason? thanks
|
| How do I group customers into one name or number? | 24 Jun 2008 18:16 GMT | 6 |
I need to use an if statement for 9 customers that are assigned numbers, is there a way I can name them only once so I don't have to do the if statement 9 times?
|
| Help Combo box behaving in strange way | 24 Jun 2008 17:57 GMT | 1 |
here is what my combo box is doing, when I go to new record, and try to select from the combo box, nothing is populated in the field but it creates the new record then I can go in again after the record is created and select from the combo box and it populates the field no ...
|
| Form Open/Close causing events to not fire | 24 Jun 2008 14:46 GMT | 3 |
I use a form to display a selection of employees that is opened by double clicking on the employee number field. Once the user clicks on the record selector (employee form), I set the employee number on the previous form. That works, but the before_update event is not being ...
|
| Referncing stored proc from a form | 24 Jun 2008 13:14 GMT | 2 |
I upsized an old Access database to an ADP project. I am using Access 2003 w/SQL Server 2000. I am having difficulty trying to modify my forms to use the stored procs in SQL Server.
|
| RecordCount problem | 24 Jun 2008 13:09 GMT | 2 |
I am stumped by this problem. I have a form based on query. I am not using Navigation buttons on the form, but am using custom buttons and the technique outlined in Access97 Developers Handbook to navigate and count records. I also have a text box that lists the number of ...
|
| Re-linking to different tables | 24 Jun 2008 11:43 GMT | 5 |
I have a database split between a front (FE) and back end (BE). I do a lot of form design changes, aimed at importing and manipulating data in the BE. For developement purposes, I want to have a form with a button that I
|
| Re-link tables | 24 Jun 2008 11:34 GMT | 1 |
I have a db that has a frontend and and backend I need to be able to re-link the backend to the frontend when the frontend is opened thanks
|