| Thread | Last Post | Replies |
|
| msgbox height | 18 Dec 2007 22:13 GMT | 1 |
i wanted to display several lines in a message box and was doing it manualy untill i got this code form Stefan Hoffmann Dim Count As Long Dim message As String
|
| Coding a Command Button to open specific reports | 18 Dec 2007 22:06 GMT | 2 |
I have two controls, among others, on a particular form. One control ‘ContractNumber’ represents the specific customer (their phone number) and the ‘ContractType’ which represents the specific report. I have 5 reports, none of the reports are the same. Based on the ...
|
| Listbox Itemdata editable at runtime? | 18 Dec 2007 21:36 GMT | 9 |
I have a listbox with data populated from a SQL Server 2000 database table. I have a subform that works like editbox for the record selected on the listbox. I am trying to make the listbox values be updated when data is changed and the record is updated from subform. I am doing ...
|
| Placing photo in Profile | 18 Dec 2007 21:28 GMT | 1 |
I actually want to do something similar to a post I read earlier by using a web cam to capture an image of a person to pace in there profile. Is this something that Access can do or the software that comes with the web camera? (I'm yet to get a camera)
|
| Copying the previous record | 18 Dec 2007 21:27 GMT | 2 |
I have a form that I have added the duplicate record on the add command button. However, there are four fields that I do not want it to copy. Whenever I click the button I want the previous record to copy and leave 2 fields null, one field to get the current user, and one field ...
|
| Multiple Record Inputs with one Form | 18 Dec 2007 21:22 GMT | 7 |
I'm programming with SQL and can't seem how to figure out how to send more than one record to the table with one form.
|
| Syncronization of Access Database with Replica over the Net | 18 Dec 2007 20:12 GMT | 1 |
Dear Professional. I want to Sycronize a database and its replica using the Net. Can you guide me in this regard. Best Wishes, Noor Mohammed Khan
|
| Moving from subform back to mainform | 18 Dec 2007 19:25 GMT | 2 |
I want to tab from the last record in my subform back over to the open main form without opening a new record on the main form. On Lostfocus I have coded: Me.Parent.Form![Subtotal].SetFocus
|
| Combo Box Yes/No error | 18 Dec 2007 19:04 GMT | 2 |
Hello. I have a form that I want to add a function in the footer that will allow me to sort the records based on whether they are active or inactive. The field in my table is a yes/no check box that is check for yes and unchecked for no.
|
| Variable | 18 Dec 2007 18:52 GMT | 11 |
I do a filter using a form that returns a record using the PK. I want to create a Word doc with the info from the filtered query. I Dimmed some variables to test, one called xAccountNo and said in the code xAccountNo = AccountNo, but nothing happens, it does not show up ...
|
| How do I form a relationship between tables? | 18 Dec 2007 18:48 GMT | 1 |
This is Newbie Again....Does anyone know if theres an 800# for customer service ofr MS Access I need HELP ASAP? I'm trying to run several reports. One report is based on the expressions from two table relationships...I hope I'm saying it right... Do I enter my expression in ...
|
| Create new record from combo box in a form | 18 Dec 2007 18:10 GMT | 7 |
I have an input form with a combo box that is filled by a query. I want to select the results and have it fill in a new record with the selected used ID, Last,First, middle name and date of hire information into the new record so it do not have to be retyped. Presently if I ...
|
| Double click to open a pdf document | 18 Dec 2007 17:32 GMT | 1 |
I have a form with a list of documents in the harddrive but not inside MS Access. How do open the documents by double clicking on the selected document which are mostly pdf documents? I have the acrobat reader.
|
| Automatically save notes | 18 Dec 2007 16:56 GMT | 1 |
I am trying to figure a way to have a notes section on my form. When a user inputs a note I want the note to be saved and stamped in another text box. Thanks in Advance for any help!
|
| Unbound Combo box Value | 18 Dec 2007 16:24 GMT | 10 |
Hello, could anyone please help. I have a unbound combobox as a lookup tool. user can click on the user name listed in the combobox and it will trigger the (after_update) event and the information for the user will be populate on the record field.
|