| Thread | Last Post | Replies |
|
| hide the border of access 2007 | 03 Jan 2008 08:00 GMT | 2 |
To the best newsgroups I'm small developer (beginner) if you answer me please give me solution in steps I have (startup) form but (small)
|
| Listbox to open record in another form frustration | 03 Jan 2008 05:16 GMT | 2 |
I'm about to go crazy here. I have records showing in a listbox (lstShortGoals). I set the double click event to... Dim Crit As String Crit = "[GoalID] = " & Me.lstShortGoals
|
| Expression Builder basic question on syntax / Or / how to incorporate a SQL query into a textbox control? | 03 Jan 2008 04:54 GMT | 16 |
I would like to add a textbox on my control that is not linked to a database (like the other textboxes are, which are linked to fields in the database), that takes the sum of all the textboxes in the form. How to do this using "Expression Builder"? (Or otherwise?). I'm
|
| MER Lostfocus | 03 Jan 2008 03:55 GMT | 9 |
Question: how can I modify my code to utilize the textname selected, cross-reference it to its associated codenumber, and GOTO the MSG2027F: Background: On a subform, when the focus leaves the combobox assessment, I want the code
|
| Check For Duplicate Name Before Creating Record | 03 Jan 2008 03:42 GMT | 11 |
I currently have a database that keeps track of patients. Before a new patient is added as a record, I want to check and make sure there is no other person in the database with the same first and last name. Obviously, one or the other is fine, but I don't want 2 people with
|
| prevent multiple selections in multiselect listbox | 03 Jan 2008 03:24 GMT | 2 |
Ok, So the subject sounds silly, but read on: I have a form with a multiselect listbox of student ID's which is used to launch various reports. There is one report which requires only one student be selected. Is there a way to prevent a user from making multiple selections
|
| How to write to the registry in Vista from Access | 03 Jan 2008 02:42 GMT | 4 |
Hi... This is my first post and I want to know if there is somewhere a code to write to the registry. I have one from someone in the past but I try to use it on Windows Vista and instead of putting the key in the local machine/software it is adding to some virtual folder. Does ...
|
| Restrict 1 combo box based on another combobox value | 03 Jan 2008 02:34 GMT | 1 |
This should be very easy, but isn't working right. I have a form in continous view (which seems to be the problem). For each record, there are 2 comboboxes. The boxes are both tied to data in a table and the user won't necessarily touch the first combobox prior to the
|
| how to open a file use its full directory in access 2003 | 03 Jan 2008 02:31 GMT | 1 |
i know how to active an exe file by Shell() function, but if i want to open the file has the directory like "c:\my document\001.jpg ", which function should i use, i try shell() too, but it does not work, and tell me the argument is wrong.
|
| how can i open the open file dialog in access 2003 programming | 03 Jan 2008 01:33 GMT | 1 |
i just start a test programe with access 2003, and in one form, i want to make a button to open an open file dialog to choose one file, but i can not find the right way to do that. any help will be appreciate, thanks
|
| Listbox with huge number of rows | 03 Jan 2008 01:26 GMT | 1 |
My app has a listbox that displays a huge number of rows (several thousand) for multi-selection. I'd like some way to position based on the first letter. Is there a good way to do this? Thanks.
|
| File paths relative to database file | 03 Jan 2008 01:10 GMT | 5 |
I'm using Access 2007 on Vista. I am about to start sharing my database with others in my company so I'm trying to get it polished up a bit. My database is split into two parts (application and data). I have created an installation file that stores the application side of the ...
|
| Help with Form code | 03 Jan 2008 00:39 GMT | 1 |
Need help and not sure where to start. I have an input form with several tabs. On the first tab is where the general vendor and customer info is entered. I added a fourth tab to 'monitor' two of the vendor’s decisions. Tab one has an option group with 5 programs. Tab 4 has an ...
|
| dissapearing text | 03 Jan 2008 00:01 GMT | 2 |
I'm puzzled by something that I'm sure will be obvious to others. I have a form (frmTask) with a textbox (txtTitle) having control source... =Forms!frmMainMenu!txtTitle Really, I'm just stealing the title from another open form. when it first
|
| created by field | 02 Jan 2008 23:35 GMT | 2 |
I had a field named created by that would pull in the network user name, then date and time record was created as shown below: sbingaman 12/27/2007 7:42:15 AM what do i need to do to get this to repopulate automatically again? i can't
|