| Thread | Last Post | Replies |
|
| displaying lookup fields | 25 Jul 2007 22:00 GMT | 2 |
Can anyone help. I have created two tables customers and booking. From the booking table I have created a form for entering the booking information. For the customer field within this form I have used lookup columns from my customer table. In
|
| Switchboard Problem | 25 Jul 2007 21:30 GMT | 2 |
I want to have one form that I can call from a switchboard and filter for several people using a macro. I’m using Access 2007 and my setup is as follows: SWITCHBOARD:
|
| How do I set up a marquee in an access form / report? | 25 Jul 2007 21:18 GMT | 1 |
I am trying to add a scrolling text in a form / report. I know that can be done in data access page but there should be way to do that in form also. Can anyone help me?
|
| Check boxes | 25 Jul 2007 20:56 GMT | 2 |
I have a registration form for an upcoming National conference. I have a great number of checkboxes and would like to have a button, box, something that I can click and it will automatically change certain checkboxes to "yes". I only want this to be on certain checkboxes, but I ...
|
| Subform standards | 25 Jul 2007 20:30 GMT | 1 |
Is it standard or typical to have a form with a subform that has a subform? I have a MainCategory, with many Events in each category, with many SupportingDocuments for each event... I just wondered if there would be a better or preferred way to display the 3 levels of ...
|
| viewing/adding in a form | 25 Jul 2007 20:26 GMT | 3 |
I have a form in tabular format with all of these fields, and then all the data from a table. Now, when i scroll to the bottom, the last record has an asterisk (*) and all the fields in that last record are blank, so that you could add a new record through there. How can I have ...
|
| display and store values in a textbox | 25 Jul 2007 20:22 GMT | 1 |
I want to display the Cost Centre in a text box on a data entry from and when the user saves the record, I want it to be recorded in the relevant field. This Cost Centre is selected from a combo box on a login form and it is being passed on to the text box of the data entry form.
|
| Data from table | 25 Jul 2007 19:54 GMT | 3 |
I have a table with tons of data on it. In my form I have it set so I have a combo box for the main item. When I click on it, I want all of the correlating data in that file to show up in the appropriate fields in the form. How do I do that?
|
| Combo Box HELP!! | 25 Jul 2007 19:45 GMT | 1 |
I am creating a database that allows users to perform an account lookup. The user will enter an account number and peform a search, if the account matches, the db brings back the number of times the account appears on the table. It also populates the account number on a sub-form ...
|
| Rename a snp file | 25 Jul 2007 18:44 GMT | 1 |
I currently using the following code to send a snp file via e-mail. It works fine. DoCmd.SendObject acSendReport, "report123", acFormatSNP, "abc@abc.com", , "123@123.net", "Subject Text", "Body Text" & strIdentify
|
| Can't see design view | 25 Jul 2007 18:37 GMT | 2 |
I have inherited a db and need to make changes. The problem is that I can't get to the form's design view, the command is greyed out. I'm not prompted for a password so I don't think there are user permissions. What would likely get me into design view?
|
| getting a run time error 3077 | 25 Jul 2007 18:09 GMT | 1 |
when cliking on add new record in a form I get a run time error 3077. the highlighted text says rs.FindFirst "SSN"= " & Me! [Combo21] can anyone help me? robin
|
| Subform Question | 25 Jul 2007 17:13 GMT | 4 |
I appreciate any help that is available, and I thank you in advance for your attention...as you will be able to tell, im really new at all of this. Alright, I am in the process of making a database from scratch, and I
|
| text boxes appear to be flashing on my form | 25 Jul 2007 16:00 GMT | 5 |
I am building a form which has multiple tabs on in. In these tabs are various sub-forms and text boxes for data gathering and reporting. One of my tabs is a summary tab where I have a bunch of text boxes that link to the different sub forms and gather the important pieces of ...
|
| Primary and Secondary Sort of Sub-Form | 25 Jul 2007 15:38 GMT | 2 |
I have 3 tables, EmployeeData, OrgData, ClubData. I have a form (it doubles as the input for the tables) which displays the Employees information in the main part of the form. It has a key field 'Track' which ties it to the OrgData table which in turn has a key field 'Clubs' ...
|