| Thread | Last Post | Replies |
|
| Code For Required Fields | 12 Apr 2005 00:58 GMT | 2 |
I need to check to make sure all 40 text fields on a form are inputted. I have 40 fields on a form that I have marked in the TAG section on each field property to be 'reqd'. I then run a routine on form before update to check if all the fields are inputted by checking for ...
|
| Not Valid Bookmark Error | 12 Apr 2005 00:52 GMT | 1 |
when I run the following code: Dim db As Database Dim rs As Recordset Dim rs1 As Recordset
|
| Calculation down a coumn | 12 Apr 2005 00:36 GMT | 1 |
I have the fields Quantity, unitPrice, Total. Now I needed to be able to have subtotal at the end of the totals column. I have tried using the summary option in the report wizard, it work then. However when i insert that report as a subreport in my invioce, the subtotal comes ...
|
| Add Record Not Working | 12 Apr 2005 00:24 GMT | 4 |
I have a form with an ADD RECORD button. When I click on this button it should take me to a form to add a record. It does, but the records are not updateable. Here's my code...
|
| How do I know if I already have Service Pack 3 | 12 Apr 2005 00:21 GMT | 2 |
I ran office update and was told to download Security update for Office XP, but when I read the info was told not to do it unless I had Service Pack 3. I don't think I have SP3 so I went to download that, but when I did the info said not to do it unless I was CERTAIN I didn't ...
|
| Refresh, Repaint, Recalc, Requery...Nothing Works! | 12 Apr 2005 00:17 GMT | 1 |
Ok, I'm getting really confused. Private Sub chkEbay_AfterUpdate() Forms!PARTSFORM.Refresh Forms!PARTSFORM.Repaint
|
| Filter Total Records | 12 Apr 2005 00:16 GMT | 2 |
I have a form that filters based on dates provided. Now my question is how would you find the total number of records of the filtered set? Is there a specific command or do i need to create a recordset and then do a movelast and then count that way?
|
| Refering to Subforms through Code | 11 Apr 2005 23:53 GMT | 1 |
Is there a way to deal with no records in a subform? I have a subform linked to a form, sometimes there are no records in the subform(its because there are no records associated with the main form for that record).
|
| Pre-filling a text box from another source | 11 Apr 2005 22:21 GMT | 2 |
I am trying to have a text box automatically pre-fill with the information from a table once I make a choice from a combo box. Here is what I am trying to do: I have a drop-down box from a different source (not the form source), once I
|
| Bold Text is String... | 11 Apr 2005 22:03 GMT | 1 |
I am using some code to automatically generate an email from a click of the button and have been successful, however I am stumped on an issue. Is there way to bold text in VBA that exists in a string so when it is sent to an email to displays as bold. I am stuck in my html ways ...
|
| Re: Importing .Dat file??? | 11 Apr 2005 21:39 GMT | 1 |
I've inhertided an application that generates Access MDB and .Dat files. The problem is this, I need to import the .Dat files into an Access XP application. However, I cannot/did not see .Dat files as part of the available importable files represented among those that MS Access ...
|
| Create comma separated list from data | 11 Apr 2005 21:28 GMT | 1 |
I have a database that includes a table of document names and other tables of document characteristics. I also have many-to-many tables to link documents and characteristics. I can create a form or report that shows documents and their associated characteristics displayed ...
|
| Event Coller Question | 11 Apr 2005 20:50 GMT | 1 |
Hi to everybody, I have this problem I attach an event to a group of control from code: Set Frm = Fom_Test
|
| Recognize change immediately | 11 Apr 2005 20:47 GMT | 4 |
I have devised some code to verify that certain text boxes are filled in as required. I have placed the code at the top of the code window, not attached to any particular control. I think it's called General code or something. Anyhow, the form is tabbed, and the user can exit ...
|
| Make MDE via VB | 11 Apr 2005 20:34 GMT | 5 |
I'd like to add a button on a secure form in my .MDB file to make an .MDE file from the calling .MDB file. I can't find any VB command for this. Suggestions? It gets tiresome to publish a new version manually. :)
|