| Thread | Last Post | Replies |
|
| InsertRecordFromNetworkedPC() | 23 Sep 2008 01:12 GMT | 5 |
I'm new to Access and Visual Basic. I've built the tables, queries, forms and reports and I'm ready to write my first code (module?). I know I'm basically asking someone else to write my code BUT... if anybody will "hold my hand" here... I learn very quickly by example.
|
| Date Count and Grouping | 22 Sep 2008 23:47 GMT | 1 |
Hello, I need help in resolving my dilemma, In the query design I have to fields [OpenDate] and [CloseDate], and the third field I have a formula "Length of Days:([CloseDate]-[OpenDate]+1)" and I'm getting results, but I also need to do a grouping of " 0 - 30", " 31 -
|
| looping through records | 22 Sep 2008 23:26 GMT | 4 |
How can I modify this function so that it will show what the record is? Function scan_sku() As String Dim rs As DAO.Recordset Dim strSQL
|
| Importing data | 22 Sep 2008 22:25 GMT | 2 |
I would like to bring in various file types, txt and xls, into Access automatically on a specified timeframe for each. The problem is that the filenames generated from the application we use to gather the data defaults the date and time as an extension to the filename (ie.
|
| Access Query or Report Date Range? | 22 Sep 2008 22:03 GMT | 6 |
I'm trying to create the following summary for each day of the week and for each category but I'm not sure where to begin... should I use a query or create a report and how would i get the information to populate for a weeks date range..
|
| Linking fields | 22 Sep 2008 21:36 GMT | 2 |
I have two tables, table1 and table2. table1 contains a list of names and numbers, in two fields. table2 contains details jobs against names and numbers, the names and number fields will be linked to the corresponding fields in table1. I want to link
|
| query count help | 22 Sep 2008 18:47 GMT | 3 |
Hello, I have a query that gives me the sum for a few fields. Some of the fields will return a zero. How do I not show the fields containing a zero in my query results? Would i use the critera section and if so what would I enter there?
|
| Help creating a database | 22 Sep 2008 15:30 GMT | 10 |
I am looking to make a database to help me manage 20 managers that report to me. I want something where I can click on a location and it will allow me to type notes about my location visits with them. I woudl also like the ability to print the data by location. I have only ...
|
| OMR reading | 22 Sep 2008 12:22 GMT | 2 |
anybody ever do any work with OMR readers? i could use a few lines of code. MSComm reads the cards fine, but i don't know how to parse the input. the couple of examples that come with the reader don't help...
|
| validate email before update on form | 22 Sep 2008 07:50 GMT | 1 |
I searched validate email and come up with this: Is Null Or ((Like "*?@?*.?*") And (Not Like "*[ ,;]*")) I don't want to put in table validate because my daily macro to import from text file may fail (it may contain single period as email). I want to put
|
| Open database Exclusive | 22 Sep 2008 03:49 GMT | 2 |
I hope this is the right group. I have a VB program that opens an Access database and was wondering if I open it in Exclusive mode will any other users that try to open it get an error code? If so does anyone know what the error number would be or should I just trap all errors.
|
| how can i change the numbers so they are my own customer numbers | 21 Sep 2008 19:10 GMT | 4 |
I want to have my own format for customer and project numbers, how do I do it?
|
| Stuck, Oredering form, Any ideas? | 21 Sep 2008 03:33 GMT | 25 |
I’m trying to create a data base for ordering employee uniforms at my place of employment. So far I’ve created the following tables, Employee, department, Gender, Article, supplier.
|
| What's the right datatype for a URL (website) field? | 21 Sep 2008 00:55 GMT | 2 |
In a database to keep track of online purchases, I will have a Vendors table. One of the fields will contain the URL for the vendor's website (eg, www.amazon.com). Should I make this a text field or something else?
|
| adding records to customers order | 20 Sep 2008 06:22 GMT | 1 |
I am hopping someone can help me.... I am looking for a code or how to code What I have is the following tables products
|