| Thread | Last Post | Replies |
|
| Duplicate a table and toggle the relationship in a query! | 13 Oct 2005 03:37 GMT | 4 |
I have a form with student details of the course they are studying. The form has an ObjectSource of a querry based on two tables. One of the tables' information will change each semester. The problem is that every semester, some of the data changes (course
|
| Linking subform to main form | 13 Oct 2005 03:34 GMT | 2 |
I have a form and subform. The form shown in the subform varies depending on which button (in the mainform) is pressed. Each button changes the form shown in the Subform space.
|
| How to get hold of data from subforms | 13 Oct 2005 03:26 GMT | 1 |
I have a form displaying data from a customer table. It includes a subform for phone numbers (stored in a related table). I've figured how to get hold of the data in text fields, but I'm having a real hard time finding out how to access data from the subform. My code looks ...
|
| String with "'" in Customer name | 13 Oct 2005 02:34 GMT | 5 |
I'm building a where clause with this syntax: "CNME LIKE '" & Forms![frmLookup]![cboCustName] & "*' " The Customer name has an apostrophe in it and that's messing up the syntax. Customer name might be like Sam's Club.
|
| Make-table from front end to back end | 13 Oct 2005 02:29 GMT | 2 |
I'd like to run a make-table query from the front_end and make the table on the back_end. Is there a syntax to do this? Thanks.
|
| remove all text EXCEPT whats between [ ] | 13 Oct 2005 01:14 GMT | 2 |
I am need assistance with this. I have a textbox that contains drive information between ["G:\\server\share\"] I only care about whats between []. How can I parse only this info from string? Thanks,
|
| recordset problem | 13 Oct 2005 00:20 GMT | 4 |
This code works except if I move to the next record and the grade field changes in the record to a different level. The text goal field remains the same as the first record grade level. The txtGoal.text should change according to the respective case for each record.
|
| Binding Disconnected ADO recordsets to forms | 12 Oct 2005 23:37 GMT | 8 |
I have been trying to bing disconnected ado recordsets to forms with no success. I have also found several tricks that address that issue, however they also did not work.
|
| Create Control via VBA | 12 Oct 2005 23:18 GMT | 2 |
Is it possible to create a control and plot it on a form entirely through VBA? If so, how would you go about doing it? I'm just trying stuff out since I'm between projects - but I figure it would be a nice trick to learn.
|
| Filter a subform from main form | 12 Oct 2005 23:13 GMT | 2 |
I'd like to filter a subform from a main form using VBA. I've set up a combo box control and written code to store the value selected in the combo box. I am having trouble writing the code such that it will filter the subform. Can anyone help?
|
| Convert to SQL | 12 Oct 2005 22:23 GMT | 4 |
How would I convert this to SQL. How do you assign it to the textbox? Forms!ButtonSales!Text40 = Nz(DSum("[Expr4]", "DollDetailsQ", "Taxed=True And SalesID=Forms!ButtonSales!SalesID"), 0) Thanks
|
| suspend access form queries | 12 Oct 2005 21:47 GMT | 3 |
I have occasional, but disastrous problems with subforms no longer tracking their parent forms. If you look at the master/child relationship in design view or through the debugger, it looks fine, but continues to misbehave. I actually had to edit the already correct values to ...
|
| Listbox Bound Column Problem | 12 Oct 2005 21:46 GMT | 1 |
I have two cascading Listboxes that return a numeric value from a field in a table. The code is as follows: strSQL = "SELECT numOccSecKeyPK, strSecondaryKey " _ & "FROM tblOccSecKeys " _
|
| closing recordsets... | 12 Oct 2005 19:44 GMT | 1 |
In any function where I am using a recordset, I always set the recordset = nothing when I am finshed. SHould I also be issuing a .close?? or does the setting to nothing essentially do the same thing? Thanks,
|
| Browsing for a file - Please Help | 12 Oct 2005 19:27 GMT | 10 |
I am trying to use the API found at http://www.mvps.org/access/api/api0001.htm to allow a user to browse for a file when they click the button. I have created a form and created an event procedure. used code builder and
|