| Thread | Last Post | Replies |
|
| Need a button to update a table | 13 Dec 2007 22:50 GMT | 6 |
I am trying to create a form that a mechanic in a factory can acces, type in the part number - suffix of a part and assign it to a production line. I have a table (PartSuffixTbl) that includes PartNumber and Suffix that are entered through an administration form. (The mechanics ...
|
| Switchboard Question | 13 Dec 2007 21:31 GMT | 3 |
I noticed that the switchboard is only limited to 8 menu selections per switchboard. Can that be increased? If so, how can I modify it? Thank you,
|
| alignment controls on the form | 13 Dec 2007 21:17 GMT | 3 |
I want to align controls and labels on the form in different place. The controls and labels are hand in hand. When I select controls and labels to move or alignment all comes together. Are there any way to align controls only or labels only?
|
| Requery combobox | 13 Dec 2007 20:28 GMT | 2 |
I have a form that includes a combobox that has the following in its on enter event: Private Sub cbProjectPhase_Enter() Me.cbProjectPhase.Requery
|
| Custom menu: action is not trigger | 13 Dec 2007 19:43 GMT | 1 |
For the first time I am developping an Access application with a custom toolbar (menu) at the top. I have found various posting or web sites where people explain how to do the setup. In fact, I have followed the instructions coming from this web site.
|
| Who updated the record?! | 13 Dec 2007 15:56 GMT | 4 |
I have a form with a field called "entered by" which will automatically insert the user's logon ID by using code supplied in a previous post by Jeff Conrad. It is possible that records may need updating or additional data adding (its
|
| Calculating someones age | 13 Dec 2007 15:54 GMT | 2 |
I am using Access 2007 and I want to calculate a persons age in years, months and days on a form. I have a DOB field. Is there an easy formula I can use to do this? The easier the better as I am new to Access and not that good with VB, modules etc.
|
| Date Field Update Based on Start Date | 13 Dec 2007 15:48 GMT | 1 |
I would like to update A field with a End Date that is 45 days from the Start Date. I have tried is in the defualt value of my enddatefield DateAdd("d", 45, DatesOfCOPStart)
|
| inserting multiple columns from combo list | 13 Dec 2007 15:04 GMT | 3 |
Hey everybody, I am a newbie to access. I trying to pull employee firstName, lastName, and middleInitial from a table and insert them into one employee field in a timecard table.
|
| return key in text edit | 13 Dec 2007 14:56 GMT | 2 |
I would like to enter a text in my text box on the form. When I press "enter" key the form goes to next record. I want to enter a text to go to next line, but I am unble to do so. I need type in the note pad which has multi lines and copy paster to the form.
|
| Can't add new record to form | 13 Dec 2007 13:07 GMT | 3 |
I have 2 tables that are linked. One table holds the Main Data - a collection of cost totals, the second holds additional data about one of the items (a breakdown of one of the cost totals) from the Main Data. I created the main form, then I created the second form and used a ...
|
| Welcome Page | 13 Dec 2007 13:04 GMT | 1 |
I read on here where someone created a welcome page for their database. Any tips on how to do this? I liked the idea and I think if I put in there a picture like the switchbox for easy navigation it would be very helpful for the people that are going to use the database. The ...
|
| Help create a form to add info | 13 Dec 2007 12:34 GMT | 2 |
I have a table that has fields for PartNumber, Suffix, Mechanic and Line. I need to create a form that the user can type several PartNumber-Suffix combinations from the table then apply their Mechanic (name) and Line (number) to. Can anyone help me get started on this please?
|
| Create a form in one database and then copy and paste to another | 13 Dec 2007 12:30 GMT | 2 |
You guys have been great with your help. I created a form in a database, quite by accident that I got it the way I wanted it as I am still learning by trial and error, and reviewing this board... Anyway, I created this form, tried to twick it and screwed it up totally. I have ...
|
| Help with form/subform problem | 13 Dec 2007 12:22 GMT | 1 |
I have a table, tblindividual, which holds names and addresses of officers. The primary key is ID. Each year they have to complete a registration form and return it to us in order that we can then send out a new registration card. So I have a table tblIDCards with Primary key ...
|