| Thread | Last Post | Replies |
|
| Forms | 23 May 2007 23:36 GMT | 2 |
I need help with creating a form in Access that when you check the check box the form moves to the next page and the next page check boxes are blank. I have created a test for my boss for a class and every time I check the box for the correct answer and go to the next page the ...
|
| Form Question | 23 May 2007 23:22 GMT | 1 |
I have a form that has a numerous look up fields. In one of the fields as soon as I fill in any information on the form one of the choices fills in. I don't want this to happen. How can I stop this? Thanks.
|
| Bound ComboBox and Default Values | 23 May 2007 21:37 GMT | 1 |
I have a 2 column ComboBox bound to a row source and a control source. Is it possible for me to set a default value, one that isn't in the control/row source?
|
| expressions in form | 23 May 2007 21:34 GMT | 1 |
My boss wants me to build a database for people who donate money to us (which I've never used Access until now). He wants me to set it by months, the donation, the date the donation was given, nad the total year to date. On the form we're using, he wants it where after the ...
|
| Adding a row heading to existing PT | 23 May 2007 20:09 GMT | 1 |
I currently have one row heading for agents in my pivot table and wanted to add the office in which they work. The field already exists in the source query.
|
| Creating a command button that can only b used by a specific item | 23 May 2007 20:09 GMT | 1 |
How do you create a command button that opens up a form that can only be opened up when it meets a specific type of project category. I want the command button to only open the form when I want to enter data into another table that contains data only for that type of project.
|
| Save form data to table | 23 May 2007 19:49 GMT | 1 |
I have a form that does a bunch of contract calculations. We are now putting the contract online and want to just export the values instead of re-writing the calcuations in ASP. What is the easiest way to get the fields to save to a new table?
|
| Dynamic Group of option controls | 23 May 2007 19:42 GMT | 2 |
I have a form with a toggle button and an option group. The way the form is supose to work is the user click the toggle button and Only then the Group option controls appear. Could anybody advise me on how to accomplish this?
|
| Can I change the default value of a control? | 23 May 2007 19:28 GMT | 2 |
I have a form which has a number of controls where the control source is a DLookup statement, eg the value of txtSurname is a DLookup which compares a membership number on the form with the membership number in a table and then returns the equivalent surname. However there are ...
|
| Windows Override | 23 May 2007 17:48 GMT | 1 |
I need an override logon for Windows XP
|
| Prevent page down in form | 23 May 2007 17:42 GMT | 6 |
I have a form with a subform and parent-child relationship on the loan number. Users will enter data in the subform. All of the fields in the form are locked as well as the loan number in the subform. I want to prevent users from being able to page through loan numbers. I know I ...
|
| Trouble Using " and ' | 23 May 2007 17:35 GMT | 2 |
I need help in using the proper double quotation in a defined text string. This code is based in a previous response on limiting content of one combo box from what's selected in a another combo box. I already made one combo box work on a simple query, but here I got some ...
|
| Selecting multiple values | 23 May 2007 17:18 GMT | 2 |
I am trying to capture dependencies between a list of tables (could be one to many). Users also need the ability to add a new table and specify which tables this new one depends on. To capture this information I have created one table with two fields. One
|
| DLookup problem | 23 May 2007 16:08 GMT | 3 |
I have a control on a form that has as its record source the following DLookup =DLookUp("[txtfirstname]","[tblindividual]","[txtmemnumber]=Forms![frmcomplaint].[txtmemnbr]") Although this seems to work when I look at the form in design mode there is
|
| How do I turn off the record selector on a subform? | 23 May 2007 14:11 GMT | 2 |
I tried double clicking the form properties and changing the record selector to "no", but it still shows up. I have a subform with several tabs and on some tabs I do not want the record selector bar to display. Any ideas? Thanks.
|