| Thread | Last Post | Replies |
|
| Advice please | 21 Apr 2005 19:59 GMT | 3 |
What is the best way to do this We have a list of contacts in 1 table. Another table contains a list of [currently] 21 different committee's. Each contact may be a member of 1 or more committee's or of none at all.
|
| Naming Tabs based upon combo box in Tab | 21 Apr 2005 19:29 GMT | 3 |
I have a form with 7 tabs that are labeled "Indicator A", "Indicator B", "Indicator C", etc. Within each tab, there is a combo box, whose choice I would like to be the label for the Tab. This would change when the user makes a choice from the combo box, which is called ...
|
| Dlookup Question | 21 Apr 2005 19:17 GMT | 3 |
I'm trying to use Dlookup to prevent a new record from a form being saved to a table if it is already in the table. My problem is this - the records contain a name and an award. The award is created by concatenating 2 textboxes with a blank space in between. In the "criteria" ...
|
| Have coding print a report and close it also | 21 Apr 2005 19:09 GMT | 1 |
I currently have a form (client accounts) within it a command button that opens form (print options) the "print options" form opens as a popup modal form and has a list of different reports to print. I have been able to code the following:
|
| Capturing Windows login/username | 21 Apr 2005 19:08 GMT | 1 |
Is there a property to capture the windows login/username in the forms
|
| dcount with two criteria | 21 Apr 2005 18:40 GMT | 3 |
I am trying to run a dcount in an unbound text box in a report using two criteria. One criteria is found in an unbound text box, named [age] in a form. (In this text box, it uses a formula I found on this site to calculate someone's age using another field with their birthday.) ...
|
| Records won't update | 21 Apr 2005 17:40 GMT | 1 |
I have an option group which controls the value in the 'OverallMark' field. The 'OverallMark' field is unbound, but the value of the chosen option from the option box field is stored here. Each time i move between records, the 'OverallMark' field stays on the same
|
| Allow edits to one field while AllowEdits is false | 21 Apr 2005 16:52 GMT | 6 |
I've inherited an Access project and need to make some updates. I don't know where to start or even how to word this question correctly. When the form opens, it does a check on the username and assigns an admin level.
|
| Deleting tables when Import files creates _ImportErrort | 21 Apr 2005 15:45 GMT | 2 |
I have an importroutine that adds records to a table. I have to manipulate the files after import, so Access creates _importError1, _importError2 and so on. How can I delete all _importError-tables. The number of errortables differ
|
| Multiple insatnces of a form and form name | 21 Apr 2005 14:45 GMT | 1 |
I Have the following code for a command button to open up multiple instances of a form Does any one know how I can set the name of the new multiple insatnce of the form .
|
| please define this code | 21 Apr 2005 13:41 GMT | 2 |
can someone tell me what this means? Public gintContactID As Integer It is code that is in my database module and I am not sure what it is? Thanks.
|
| Email to Outlook problem: Retrieve data from MS Exchange Server | 21 Apr 2005 12:27 GMT | 1 |
I am using Access to send email to Outlook and it has been working fine. However, the other day I happened to send an email at the same time Outlook was (exact message) "...trying to retrieve data from the Microsoft Exchange Server SMSS51M09." This message pops up from Outlook. ...
|
| How do I ensure that a combo box is kept current with the rest of. | 21 Apr 2005 11:43 GMT | 1 |
I have created a combo box in a form in Access. The combo box displays the data sorted by name. When I move through the names the related data in the form does not correspond. ie: it should contain the name of the client whose number currently displays in the client number ...
|
| Open File | 21 Apr 2005 10:12 GMT | 1 |
Using Access 2000 I have a table that contain Excel, Word and Text files. Is there some secret code that would allow me to open these files within Access?
|
| Is Form Open | 21 Apr 2005 06:44 GMT | 3 |
In the open event of SpoilForm I have the following: Dim Job As Integer Job = Nz([Forms]![ProductionForm]![JobNumber]) I want to use the value from the ProductionForm if it is available. If the
|