| Thread | Last Post | Replies |
|
| Elegant solution needed- moving between pages on a form | 17 Apr 2007 23:56 GMT | 1 |
I have a form that prompts users to go through multiple steps, entering information and selecting control boxes along the way. Once the user is done filling in the first part of the form, I would like them to chose 'next' to go to the next page.
|
| Form objects not showing form view... | 17 Apr 2007 21:28 GMT | 3 |
Hi guys. I've built a couple forms and after a certain point in the design process, some how none of the objects are showing up in the form view. Why am I getting a blank form in the form view?? The objects are still visable in the design view.
|
| Please help with combo box auto fill-in field in form written into table | 17 Apr 2007 20:22 GMT | 4 |
Okay, I've tried to read various posts but can't seem to find quite the exact answer. What I need is to be able to have two fields in a table auto fill in, from a form entry--either by combo box (first field) and/or auto fill in (second field) based on what's selected in
|
| Search Form | 17 Apr 2007 19:29 GMT | 3 |
I want to create a form that allows a user to search a table. Right now I have table tblCompanyInformation (name, address, etc..) and tblProductData (information on their products). I also have a form called frmCompanyInformation that shows certain information from both of these
|
| Problem adding new record in form view | 17 Apr 2007 18:41 GMT | 5 |
I have inherited an acccess database and have had to do some troubleshooting on an error message which is now sorted out. I now am unable to add a new record in form view, however if I enter the information directly into the table there is no problem.
|
| How-To: Hide Repeating Values in a continuous form ?!? | 17 Apr 2007 18:17 GMT | 6 |
sounds simple enough; I just want to hide repeating values in a continuous form ie: I want: 1 john doe
|
| Date Format | 17 Apr 2007 17:25 GMT | 1 |
How can I display my date to be YYYY/MM/DD in tables?
|
| Remove spaces in the middle of a text value entered | 17 Apr 2007 17:05 GMT | 3 |
This is my input mask.... >LLL####LL.LL And this is what i get in the datasheet view .... MGW1___HT.OK Instead, i want to have this .... MGW1HT.OK or MGW12HT.OK or MGW123HT.OK.
|
| Limit subform record source based on current tab | 17 Apr 2007 16:53 GMT | 3 |
I have a form/subform based on related tables (one-to-many). The main form has a tab control. I would like to filter the subform record source based on the selected tab. Since the tabs themselves don't have useful Click events, I have used the Got Focus event of the first ...
|
| records as links on reports | 17 Apr 2007 15:48 GMT | 4 |
is it possible to click on a record that is displayed in a report and have it open that record for editing? many thanks
|
| Yes/No disabled | 17 Apr 2007 14:02 GMT | 3 |
I built a form with several sub forms a few weeks ago and everything worked fine. I had a request to change some data today and I am now unable to check or uncheck my Yes/No field. I have made sure that the field is Enabled and that it is not Locked.
|
| OrderBy two fields | 17 Apr 2007 14:01 GMT | 1 |
Is it possible to use the Me.OrderBy command with two fields, e.g. Me.OrderBy = [surname];[firstname] I'm sure it should be possible but I can't seem to find the correct syntax. Hope someone can help.
|
| Using Input Form - Duplicate Previous Record | 17 Apr 2007 13:31 GMT | 6 |
I am using an Input Form to create a large number of similar records. Even though each key field is unique, the bulk of the fields in each database record are duplicate. Is there a simple way to "duplicate the previous record" using an Input Form in Access?
|
| form name not object name standard | 17 Apr 2007 12:15 GMT | 3 |
with the following code: sqlstr1 = "select filelocation,menulabellocation, menuid from menus where menuname = '" & txtMenuName & "'" Set rs2 = CurrentDb.OpenRecordset(sqlstr1)
|
| Sum | 17 Apr 2007 09:21 GMT | 2 |
I have a bound field in the details section on my form which shows the price of items in stock. nect to this field I have an unbound field with the following inserted. =sum([Price])
|