| Thread | Last Post | Replies |
|
| Moving data from one list box to another via a button | 03 Jan 2006 13:02 GMT | 2 |
How would one move selected data from one list box to another via the onclick method of a button? Thanks in advance. Karen
|
| reset number on new year | 03 Jan 2006 12:37 GMT | 22 |
I have the following set up to give me aresponse number R05-001 I would like it to reset to R06-001 at new year ResponseNo: "R" & Right(Format(Date(),"yyyy"),2) & "-" & Format([PONum],"000")
|
| Erl | 03 Jan 2006 11:31 GMT | 12 |
Visual Basic Language Reference Erl Property Returns an integer indicating the line number of the last executed statement. Read-only.
|
| How to stop library mde being reused | 03 Jan 2006 11:26 GMT | 44 |
I have a library mde that is used with some customer databases and I found out that another developer discovered it while doing some maintenance work on an old database for the same customer and has copied it to use with her databases. Naturally, I was not impressed and that ...
|
| #Name? Error... trying to link two fields in same form | 03 Jan 2006 06:30 GMT | 3 |
I'm not sure if this is some random bug in the system, but I keep getting the #Name? error on one of my forms when I try to link one field to another. For example, I have one field called txtTrialField which = date(). I then have a second field which =[txtTrialField]. For
|
| Need help with accounting database | 03 Jan 2006 05:53 GMT | 3 |
I am working on a database that will contain an accounts recevable section. I know what I want to do, but just keep drawing a blank when it comes to doing it. Here are the Feilds I'm working with
|
| Copy selected records and save as new rec with user input | 03 Jan 2006 00:53 GMT | 2 |
Hello Group: My first post on the group.Hope I get a response. I have a modest Fire Insurance ACCES Db.Thanks to this group - for the code. A "wanna be programmer"... "LEARNS"
|
| How do you record multiple values into a column?? | 02 Jan 2006 23:57 GMT | 2 |
E.G. I want to record sales. Three tables - TblProduct TblCust & TblSales TblCust fields = custID custName TblProducts fields = prodID prodName
|
| Create table from query? | 02 Jan 2006 21:58 GMT | 1 |
Hi Group. I would like to add some information to a query. I tried to create a table with the information from the query but then if i run the query again the additional data will be lost.
|
| ODBC: SQLTables does not return data for an Access database? | 02 Jan 2006 19:36 GMT | 7 |
(also posted to microsoft.public.access.odbcclientsvr but no reply so far: problem concerns ODBC->MS Access) I have some ODBC code that I'm testing against various underlying databases. The code was developed against MySQL but now I'm getting
|
| No fields selectable for report | 02 Jan 2006 16:30 GMT | 1 |
First of all, great site! It has helped me a lot. I am trying to make a report based on a crosstab query. I want to use all the fieldsin the query but when I select the query in the Report Wizard I cannot select any fields in the Available Fields because I don't see any fields in
|
| How to add a record in ms access | 02 Jan 2006 15:02 GMT | 1 |
I am making a web application in asp.net. I want to add a record in ms access using a button event. How to do it? ANY IDEAS ???
|
| Year Numbers | 02 Jan 2006 14:27 GMT | 14 |
Year Numbers A recent post prompts me to point out a capability of JET 4.0, to set the seed and increment of identity columns. (This is not a solution for that post.)
|
| Using MZtools Freeware for VBA | 02 Jan 2006 13:27 GMT | 3 |
I know I have lots of dead code in my Access 2000 app. I wanted to remove it and I saw this free software on prior posts to remove dead code. My problem is that I downloaded the VBA version and I can't figure out how to execute it! The instructions say to use the
|
| Autonumber ID not yet visible when starting new record | 02 Jan 2006 11:56 GMT | 9 |
When I start a new record, the <autonumbering> ID in the field is not updated yet, only when I fill in the first field of that record. How to solver it? Bart
|