First  |  Prev |  Next  |  Last
Pages: 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
Listbox won't display contents until I click on it
I have a form with a list box. Everything works fine except the contents of the listbox don't display until I click on the listbox. Thoughts? ... 26 Mar 2010 00:20
Can you add a tab control inside another tab control
I am trying to add a tab control on a page in another tab control. I find that I can see the tab control on other pages of the orginal tab control. ... 25 Mar 2010 12:39
#ERROR in textbox
I have this code in a text box = dsum("[Amount]", "[July 09 - On Billings and Adjustments Data Query]", "[Customer No] = " & [cboCustomerNumber] & " AND Format([Posting Date Period], ""yyyymm"") = '" & Format([cboPostingDate], "yyyymm") & "'") i keep getting #error in my text box i'm struggling to find... 26 Mar 2010 12:00
Is it possible to create a form that resembles a table?
Hi there In my database, I need to create a contact log? What I need to do is have any contact log entries look like a table? In my table, I have the following fields: StudentID_FK, DateComplete, CommunicationMethod, CaseNotesCompleted (Checkbox) The user wants to see all the contact log information when... 25 Mar 2010 03:17
Out of Memory message
Was working in MS Access 2003 on a Form when I received an Out of Memory message. It stated that it could not save any changes. SO I close it down and restart access, still no good, rebooted PC, Access is running but I can not the Form I was working on, everything else open fine. It will not open to view or des... 25 Mar 2010 09:09
Command Button with datasheet view
I have a form with a subform, both default to datasheet views. I want to put a Print Preview button on the form, but it doesnt show up in the datasheet view. Is there a way to do this? Thanks, Bret ... 24 Mar 2010 19:22
combo box look up text box error
I used this code =DSum("Amount", "[July 09 - On Billings and Adjustments Data Query]", " [Customer No#] = " & cboCustomerNumber & " AND Format([Posting Date Period], ""yyyymm"") = '" & Format(cboPostingDate, "yyyymm") & "'") to put the values in my text box but i'm just gettin... 24 Mar 2010 13:32
Group Controls For One Event
I would like to be able to group a bunch of text boxes on my form so that if something changes in any of them I can use the onchange event for the group and not have to add code for all textboxes. Is this possible? Thanks. ... 24 Mar 2010 13:32
Prevent going to New Record
In a form that the user can goto Next or Previous record, how do I prevent them from going to a New record? -- Peter Marshall Manager Information Services Ohio Coatings Company ... 24 Mar 2010 15:52
Value in Combox populates other fields in form
Hello, I have a form that has an unbound combobox (Company) that looks up company names in a table. Depending on the value of Company, it will automatically update other fields on the form: Address, Phone Number, State, etc. How do I go about doing this? Thanks! MN ... 26 Mar 2010 12:00
First  |  Prev |  Next  |  Last
Pages: 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58