| Thread | Last Post | Replies |
|
| Transactions in Access 2000 | 12 Feb 2006 03:01 GMT | 7 |
I need to use transactions to make sure data is consistent. I have a combo box that when changed to a new value updates a table. I then have a DoCmd.RunSQL statement following that in the same Sub. I would like for it for those two things to be wrapped up in one transaction,
|
| Failure of OpenDatabase Method | 11 Feb 2006 22:52 GMT | 1 |
My computer just hiccuped, so if this went through already, my apologies. I am attempting to have a User access a report in a separate application based on the value from a combo box, but it fails. Any
|
| Query | 11 Feb 2006 22:19 GMT | 2 |
I have a table of appointments, how could I create a query to show the appointments for the week ahead. Thanks Keith
|
| Separating text by carriage return | 11 Feb 2006 19:34 GMT | 2 |
I was wondering if you could help me. Basically, I'm wanting to do a sort of auto complete in an access text box, with the help of visual basic, where the user will put in, for example, m, and that will change to Mathematics; I know how to do this part, but I want to be able to do
|
| Keyword Search | 11 Feb 2006 18:47 GMT | 6 |
I am trying to write a query that will allow a partial word search. I know that if I have something along the lines of SELECT TblName.Name, TblName.Category, TblName.Type, TblName.Ingredients, TblName.Instructions
|
| Transaction Table | 11 Feb 2006 18:46 GMT | 3 |
I was discussing a project today and a question came up about using a transaction table. I need to recreate an input form with many different types of questions. The following is one type of question: 3) How would you characterize the racial/ethnic composition of the
|
| Update multiple tables from one form | 11 Feb 2006 16:55 GMT | 1 |
I need to update multiple tables from one form using a command button. The info from the different text boxes should then go into the tables. Can someone help me with some example code on how to do this.
|
| City/County table | 11 Feb 2006 16:01 GMT | 4 |
How do I get a table to autpmatically enter the County name in the next field when I enter the City name? ----== Posted via Newsfeeds.Com - Unlimited-Unrestricted-Secure Usenet News==---- http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
|
| Enumerate objects in ADP | 11 Feb 2006 15:12 GMT | 2 |
Very simply, I need to be able to enumerate the objects in one ADP from another *without* running any startup code or macros in the ADP whose objects are being enumerated. I know I can use automation to start another instance of Access and open the second ADP and get at its
|
| Selecting only one active record from multiple records | 11 Feb 2006 12:52 GMT | 3 |
I do not know if this question is regarding table design, queries, or programming. Below, I have given a table design using Access 2003. Fields 'Product' and 'Color' are primary keys and 'Active' is a Boolean data type. What I am trying to accomplish is having only
|
| Addinf firelds to tables remotely | 11 Feb 2006 08:15 GMT | 1 |
Is there a way to add fields to a table from a query? I have a database with back end tables and if I make changes to the front end that include adding extra fields to a table, I have to trust the user to update the tables. Quite often this may just be the addition of a Yes/No
|
| Total problem in subform | 11 Feb 2006 04:34 GMT | 16 |
I have a formA and subformB subformB is a continous form with a txtTotal in form footer =Sum([Total])
|
| database server interfaces examples | 10 Feb 2006 22:10 GMT | 1 |
In my previous post, I wanted to ask if someone knows some examples of the most current database server interfaces. I am getting confused if ODBC, OLE, JDBC are considered as interfaces to the database servers. I just wanted to have an idea on this topic. Thank you in advance for ...
|
| Seeking way to shorten this little code snippet... | 10 Feb 2006 19:36 GMT | 9 |
Select Case Me.OpenArgs Case "frmVehicleEntryForm" Forms![frmVehicleEntryForm]![OwnerChooserBox].Requery Case "frmEditTowedVehicleList"
|
| Figuring out the right query | 10 Feb 2006 18:19 GMT | 5 |
I have a table (user) ip, ssn, date,name Each time the user does something, I record that information in the table. I'd like get a list of the last 4 entries for distinct ssn.
|