| Thread | Last Post | Replies |
|
| Disabled text box colour | 16 Feb 2006 16:21 GMT | 3 |
Is it possible to change the foreground and background colour on a disabled text box? Thanks
|
| Print From Combo Box Selection | 16 Feb 2006 16:01 GMT | 5 |
Is there code for the OnClick property of a combo box to print a report when selection is clicked? Not sure what to put after DoCmd.PrintOut "ReportName" ,,, I have one set up with a combo box and command button where the DoCmd is on
|
| Form view blank when "Allow Additions" = "No" | 16 Feb 2006 15:53 GMT | 3 |
In a form's properties I change "Allow Additions" to No so that users could not use this form to add records. Once I do that and then click the view icon, the form is blank -- nothing but a big grey box. Once I hit the Design icon, the form is still there, I just can't see it ...
|
| Split a field | 16 Feb 2006 15:31 GMT | 3 |
I have alot address that I want to split about 7,000. I want to take the house number and send it to text1 and the street to text2. What is the code for this. I used to have it but that was years ago and where should I put the code. basically at the first space I would like ...
|
| ComboBox Selection | 16 Feb 2006 14:22 GMT | 3 |
I am trying to put CHR(34) on the combo box but I did not get any results. Here is the code that I try to set up. Can you help me if I did the right thing or did I miss something? strYear = "='" & Me.cboYear.Value & "'"
|
| How do I make form a data entry form? | 16 Feb 2006 14:20 GMT | 2 |
created a form in access and I would like to see the form display at the bottom 1 of 28 records. I've tried setting the data entry to NO and it will show 1 of 28 at that time but when I close the form and re open the form again, it starts at 1 of 1.
|
| Protected fields | 16 Feb 2006 13:33 GMT | 3 |
Is the only way to put security on certain fields in a database to create an input form for each level of security? Example: Mail log - Secretary logs it in with various data fields. Staff can log out by entering a completion date. I only want staff to be able to update the ...
|
| Creating a "Finder" | 16 Feb 2006 13:24 GMT | 2 |
Any guides out there on how to create a form or query that can look in a variety of fields and then show all of the matching records? Then double click on one of the displayed matches to launch a form with that record displayed?
|
| CheckBox Selecting Excel Coulumns [ URGENT HELP]! | 16 Feb 2006 12:29 GMT | 2 |
Hi to all, I ve created a from, where user can enter search criterias in the textboxes, when Ok button Clicked I ve DoCmd.OpenForm code that opens a new form where 16 Checkboxes there. What I want to do is that, Among
|
| Slow the Growth of my Database | 16 Feb 2006 11:36 GMT | 1 |
I have a sales reporting database that several sales people use. It is located on a server and they access it through MS Access on their PC. I created Forms, Reports and Queries for them. The tables are generated by a program called Access Books which takes data out of ...
|
| How can I make an Acces form for Double Data entry? | 16 Feb 2006 11:29 GMT | 3 |
I am preparing an EXCEL form to feed a database.This form must be equipped for double data entry. One person will enter data into the form, a second person will enter the same data again, for data validation. If there are any discrepancy between the first and second entfy there ...
|
| Can I copy and paste automatically in forms? | 16 Feb 2006 06:18 GMT | 1 |
I have a photo database and, once I've entered the PhotoName in the appropriate box, I would like it to magically appear in the link box that contains the path to the photo. Eg: c:\My Documents\My Photos\[PhotoName].jpg
|
| Questionnaires | 16 Feb 2006 05:00 GMT | 2 |
What is the most efficient way of creating questionnaires in Access? I have hundreds of questions that I want to place on forms. The questions will be stored in lookup tables and may use yes/no boxes or memo fields. Thx.
|
| How to all users to Confirm Data Entry | 16 Feb 2006 03:39 GMT | 1 |
I have a simple form that drops data into a table. I would like to add a buttons on the bottom that ask them to "Add record" or "Cancel", so that they are consciously entering records into the table. How can I prevent records from being added by them just tabbing through ...
|
| Switchboard will not open form | 16 Feb 2006 03:29 GMT | 2 |
Please help... I have a switchboard that will not open a particular form for some reason. It will open from the database window, a macro etc... however no switchboard method works (open form, run macro etc..).
|