| Thread | Last Post | Replies |
|
| Forcing a Form View | 06 Aug 2005 15:00 GMT | 5 |
I'm new to access, so if this is a dumb question I apologize in advance. I created a query that requires a "parameter value" to be entered. I then created a form to display the results of that query.
|
| Bisarre join problem. | 06 Aug 2005 14:11 GMT | 4 |
Have two tables linked from SQL server into Access '97, one containing an autonumber primary key and the second table has a text field populated with cstr([autonumber]).
|
| How to emulate the action caused by 'Esc' button is VBA? | 06 Aug 2005 11:17 GMT | 1 |
Hi, I tried: DoCmd.DoMenuItem acFormBar, acEditMenu, acUndo, , acMenuVer70 and DoCmd.RunCommand acCmdUndo
|
| Access won't commit (to SQL Server linked table) | 06 Aug 2005 10:51 GMT | 3 |
Wondering if anyone can help with an append query I'm running in Access. It should add records from an Access table to a linked SQL Server table (linked via ODBC). I run the query by double clicking it in Access - nothing clever.
|
| Schema set up issue | 06 Aug 2005 07:06 GMT | 5 |
In my Access 2000 database, how do I build an efficient schema where a Project can have multiple workers and I need to store each worker first name, last name, email and phone number?? So if a Project has 3 workers then I need to store all three workers information with that
|
| TabControl in .net | 06 Aug 2005 06:11 GMT | 1 |
I have a problem.anyone there to help me out.I have a tab control with tab pages in it.I have placed this tab control in a form.I have a button which when clicked closes the form.I want to know how to send message to each of the tabpages that the form will be closed.
|
| Adobe GoLive 5.0 | 06 Aug 2005 05:11 GMT | 1 |
Hey, I just wanted to let you guys know that I found a really good deal on Adobe GoLive 5.0. A download version is on sale here: http://store.crmsoftwares.com/adgoli5.html If you don't know, Adobe GoLive is a web-authorizing and
|
| Performance with combined key in junction table | 06 Aug 2005 04:37 GMT | 1 |
I have an application with two tables, A and B. Each has an autonumber unique ID field, plus other data. I have a junction table, AB, containing fields AID, BID, and Count (a number).
|
| scrolling control source...any way to fix or disable this ????? | 05 Aug 2005 23:04 GMT | 3 |
This morning I was adding some fields in a database. I double clicked on the control source field to highlight and copy the control name into the name of the control..well I have done this a thousand times.
|
| Temporary tables in A2K/ADO | 05 Aug 2005 23:04 GMT | 3 |
I trying to build a form that would be bound to a temporary table, if possible. The purpose of the form is to allow a user to select certain records from a table with a checkbox. Then there would be a button on the form that would insert records into another table. So the form ...
|
| Running a Database on a USB Flash Drive | 05 Aug 2005 22:27 GMT | 5 |
I am working on concept where I want to deliver web-based content and functionality from a USB Flash drive for users who don't have access to the Internet. The functionality includes personaliztion features and preferences that will alter how the pages are served. It is a classic
|
| DataBase linking | 05 Aug 2005 21:02 GMT | 10 |
I am trying to link two separate databases using ms access. I have one database that is a sales log inventory, and another that is a customer data base. I would like to add a command button on my sales log inventory that would automatically go into the customer database, find the ...
|
| Reading Text Files - Dev | 05 Aug 2005 20:49 GMT | 11 |
I use a Access 2K application.I am trying to use Chuck Grimsby(clsReadTextFile.txt)class utility to read a text file and then do a import of the same into my database.The question is how to call these in a button event or any other method.
|
| Insert string (insert without duplicates???) | 05 Aug 2005 20:38 GMT | 2 |
I have an update string getting a list of names that are list1 but not in list2. (Sorry for the lame example) list1 ----
|
| Go Back to the previous FORM | 05 Aug 2005 20:31 GMT | 4 |
How can I create a button that would take me back to the previous form not the previous record, but the previous form that I just moved from using VBA? Any sample code would be greatly appreciated.
|