| Thread | Last Post | Replies |
|
| merging rows | 18 Jan 2008 04:44 GMT | 3 |
I'm moving to new e-commerce platform and I need to modify the way I store my products. My current layout for products in multiple category: sku|category_id
|
| Memo fields clobbered (Access 2003) | 18 Jan 2008 04:23 GMT | 2 |
I have a table with 250 fields. Of course you are wondering why 250 fields... what could I possibly be storing in so many fields? I am using this table as a general import table for files that vary based on user selections. The input files are CSVs and can number from
|
| References problem - new variant | 18 Jan 2008 04:09 GMT | 3 |
I am familiar with the issue of missing references but I have a situation that is new to me. I have a split fe/be system. A copy of the fe is on the server which is then copied to each user's PC using AutoFE. This has worked well
|
| Need help with report - Access 2007 | 17 Jan 2008 20:57 GMT | 5 |
I'm not a fantastic Access developer, but I'm trying to help get Inventory and whatnot organized at work. They are used to 5 year budget plans that list out exactly what has to be purchased what year and how much it will cost. Currently these are kept in Excel and look
|
| Sort form datasheet attempt crashes Access 2003 (error 3450-Access 2007) | 17 Jan 2008 18:56 GMT | 2 |
'add one textbox to form1 with Control Source property = ID 'copy/paste the form_load code below: 'Then open the form and then attempt to sort the datasheet 'crashes 2003, error 3450 Access 2007 - I can't find much info on
|
| List Box Issue | 17 Jan 2008 17:37 GMT | 7 |
In a database I am developing, I have a listbox with contents that change per record that is being displayed. TO do this, the first thing I tried is to change the rowsource via SQL in the forms current event procedure. This resulted in an error that i haven't seen
|
| Bypass Query Parameters | 17 Jan 2008 16:59 GMT | 4 |
I wonder if someone might be able to help me please. I'm fairly new to MS Access, and everything I know is self taught so please bear with me. I have put together a query which consists of a few fields. Some of these
|
| Sending Email To A List | 17 Jan 2008 03:52 GMT | 8 |
I've searched and found the following code on this forum to send a single email to a list of people that is contained in a table. The table is "CustTable" and the list field is "CustEmail": Dim db As Database, rs As Recordset, sql As String, emailTo As String
|
| Multi user enviroment - part II | 17 Jan 2008 01:54 GMT | 33 |
I have a multi user database and users were created by user level security wizzard - as I mentioned in message before. Everything works fine for those users, but now I have another problem. I have another database with linked tables from secured database.
|
| Use XML Reader Result As Form Recordset? | 17 Jan 2008 00:48 GMT | 6 |
I'm using the code below to loop through the XML response from a web service. What I want to do is to use the rows returned as a recordset for a continuous form. The data does not need to be editable. This is being used in an ADP but I don't want to write the data to a
|
| Relationship and tables questions... | 16 Jan 2008 22:10 GMT | 2 |
Hi I created a databse system but i have a problem figuring out how to create some tables / relationships.... The part of the systems that i am having problems with is the following i have a person (person table) that a specific date & time
|
| Combining a snake report with a normal report | 16 Jan 2008 20:55 GMT | 18 |
I'm creating a report that will present information split into several sections with each section dealing with a particular aspect of data. No problem there. However, one of the sections will contain photographs which I need to snake across and down the page. That's
|
| List my source code | 16 Jan 2008 15:31 GMT | 2 |
Hello friends, I'd like to know how to get all my vba code from an access 2002 application (.mdb). I want to send it all to a text file and then compare it to my older
|
| Help with pay | 16 Jan 2008 10:14 GMT | 7 |
I work for a warehousing company. I was hired as a Customer Service Rep. My boss wanted me to redo some old Excel worksheets so I suggested converting them into Access databases. I have now created 8 seperate databases and numerous Excel
|
| Can this SQL be modified to allow editing of the output fields? | 16 Jan 2008 06:21 GMT | 2 |
SELECT tblProspectsNCDMVdealerList.DealerID AS ID, tblProspectsNCDMVdealerList.DealerName AS Company, tblProspectsNCDMVdealerList.Contact AS Contact, tblProspectsNCDMVdealerList.DealerAddr1 AS Address,
|