Recent content by Tiger__

  1. T

    get currentuser but how get password?

    Hi, I secured my database with the securityfeature of access itself. (Workgroupfile) Now my problem is, i can retrieve the user who logged on to the application using the CurrentUser() method. But I also need to get the password to set my connectionstring. Isn't there a way to achieve this? Is...
  2. T

    ReadyDB

    No it's really readyDB ! :) Maybe it's just a name they call it...i never heared of it eighter.. anyway..I coded a simple routine that automates the whole thing so..users just have to follow a little wizard and the data that needs to be inserted or modified will be inserted/modified automaticly...
  3. T

    FormFilter, apllyFilter etc..

    Hi guys, I was wondering if it is possible to use vba code to program a button so i can use formfilter by pressing a button. Now, this is not the problem, I use docmd.runCommand adCmdFormFilter and it works fine. But then I also need a button to apply the filter. But the problem is when...
  4. T

    ReadyDB

    ReadyDB - wtf ? Hi, I need to create a ready database (readydb) Does anyone knows how to do this, how you use it? I never heared of it.. thx -x-
  5. T

    Access auto-entered data, possible in table view?

    I know i know..it's defenately not good, but customer is king :D I proposed a much better solution, but they want it their way... Thnx, Tiger__
  6. T

    Access auto-entered data, possible in table view?

    Hi, I have 2 fields, SUB and MAIN SUB MAIN 0221 02215678 0320 03206654 0560 05603049 SUB is always the first 4 digits from MAIN. If I add data to this table in table view, I want the SUB to be auto entered from MAIN (left([MAIN];4) Now the problem is, it isn't posible...
  7. T

    Access auto-entered data, possible?

    Hi, I have 2 fields, SUB and MAIN SUB MAIN 0221 02215678 0320 03206654 0560 05603049 SUB is always the first 4 digits from MAIN. If I add data to this table in table view, I want the SUB to be auto entered from MAIN (left([MAIN];4) Now the problem is, it isn't posible...
Back
Top Bottom