Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: WillemdeNie
  • Content: Threads
  • Order by date
  1. WillemdeNie

    link table to just created table in backend

    I have created a table using this code in the front-end: On Error GoTo Err_ConversieTabellen Dim conDatabase As ADODB.Connection Dim sDBName As String Set conDatabase = New ADODB.Connection conDatabase.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Program...
  2. WillemdeNie

    Visual basic and XSD

    I have to create a communication function in my ACCESS/Visual basic (6)application. I have received some coding from the other party to which I have to communicate with. It consist of a class module, a dll and some schema's which have the extension .XSD. I Imported the class module and did add...
  3. WillemdeNie

    Adding a table field definitions in another mdb via VB

    I have to add some fields to the definition of a table which is situated in a linked table. I cannot open the other mdb because it is in the backend part of my application and that is of course on the users computer. I want to add some new functions in my front-end, which I then distribute to my...
  4. WillemdeNie

    Can shrink on report does not work

    I have created a report (ACCESS2002) which displays each record on two lines; the first line normal text fields on the second line a memo field. If the memo field is empty a blank line is shown in the report. To prevent this I have set the properties can thrink (and also can grow)of both the...
  5. WillemdeNie

    Breakpoints do not result in stopping anymore

    In my application the breakpoints are not working anymore. If I set a breakpoint the program simply runs without stopping, I'm using ACCESS 2002. I want to debug but this is not possible now anymore. I'm quit sure the program passes the places where I have putted the breakpoints Help will be...
  6. WillemdeNie

    ActiveX component can't crerate object during using packaging wizard

    I have built an application in Access2002 and I already have created several times installation disks for installing on different computers. I'm use the packaging wizard of Office XP developer for this creation. Since last week the packaging wizard gives the error message: Run-time error 429...
  7. WillemdeNie

    Report needed which have differnt layout on page 1 and two

    I would like to create a report for making a address list which has to be printed as a booklet (a5). Do do so I use the program fineprint. This means that I have to create a report in Access which contains 2 pages A4 wide which contains different information. Is there a way to create a report...
  8. WillemdeNie

    Transfer table from secured database into new database

    I use the following code to retrieve data from a usrr level secured database: Dim dbe As DAO.PrivDBEngine Dim wrk As DAO.Workspace Dim dbs As DAO.Database Dim rst As DAO.Recordset Set dbe = New PrivDBEngine dbe.SystemDB = "C:\XXX.mdw"...
  9. WillemdeNie

    Import data from secured database

    I want to import data from another .mdb which is secured with security on user level. It has its own workgroup file. I have available the workgroup file and userid and password with the required authorization (I need to import the data in a new program as conversion which can run on the users...
  10. WillemdeNie

    Using a calendar control forces ACCESS to dump

    In my existing mdb I run into a "new" problem. Every time I click on a calendar control Both in design as in normal view) on a form ACESS2002 totally dumps. It was working well in the past; so I do not understand wat happens (SP2?)
  11. WillemdeNie

    Security problem after exporting queries and tables to new mdb

    I have created an application with front-end and backend mdb's in ACESS2002 with full user security implemented. Now I'm creating a new application (with its own mdb's and workgroup file) and want to re-use queries, tables and forms from the old application. I can export them from the old mdb...
  12. WillemdeNie

    How to make the appearnce of a form independant of display settings

    My application is distributed on several computers. Although I have made it in that way that in all resolution settings all the fields and lables are OK there is reported a problem of one user. Because he has a different DPI setting (Control, display advanced) Lable fields are not big enough...
  13. WillemdeNie

    Changing from Enlisch ACCESS into Dutch ACCESS gives error

    My application is built in ACCESS 2000 Dutch version. Now I try to run the application on a different computer which has the Enlish version of the ACCESS application. Queries which refer to fields in the criteria field are now not recognised anymore. This because the Forms are renamed from the...
  14. WillemdeNie

    Date() in query result in error on other computer

    The following query is used in my application: UPDATE Tbl_box SET Tbl_box.Vrij = False, Tbl_box.[Vrij vanaf datum] = Null, Tbl_box.[Vrij t/m datum] = Null WHERE (((Tbl_box.[Vrij t/m datum])<=Date())) WITH OWNERACCESS OPTION; It does not cause any problems. If I put this application on a other...
  15. WillemdeNie

    Addition of reference to new dll in VBA gives error in runtime

    In a VBA module of ACCESS I added a reference to a dll I need for extra programming. Compiled and OK I created a MDE of the updated program. MDE runs fine under ACCESS I moved the new mde to an existing runtime environment of ACCESS. During startup of the application I get the error message...
  16. WillemdeNie

    ACCESS Runtime version or .NET?

    I want to distribute my ACCESS2002 application. I have now to buy the complete Developers toolkit for having the runtime version of ACCESS2002. It is not possible (in Holland) to buy a upgrade from Office proffesional into developers toolkit (in which the runtime version is included). Is it...
  17. WillemdeNie

    Create MDE: ACCESS2002 stops responding

    When I create a MDE file ACCESS2002 stops and gives a message "ACCESS2002 is not responding". I created the MDE file already several times. Also "Compacting and repair" works fine. Tha latest change to my MDB was adding a form. The version before is still working fine and can be still converted...
  18. WillemdeNie

    When match is found in combox the combox should open without clicking

    I have created a combobox to find matching records. After typing some characters the field shows a matching record, but to see all the info (the orther colums and possible other matching records) I have to click on the arrow on the combobox. I would like to have the combo box opened as soon a...
  19. WillemdeNie

    Prevent using , when . is defined as decimal seperator on a form

    Input field requires to enter a decimal numer. User should enter for example 2.30 but enters 2,30 2,30 is seen by ACCESS as 230 because , is not the decimal seperator but as the thousand seperator. Testing on numeric does not work On a other computer with other language settings it could be...
  20. WillemdeNie

    Minimise/maximise button removed but still one button visible menubar

    On my form I do not want the user to use buttons availanle on the menu bar. Whatever I try I cannot remove the last button &quot;Restore window&quot; How to solve?

Part and Inventory Search

Back
Top