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 Rhinorhino 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: src23
  • Content: Threads
  • Order by date
  1. src23

    Create Financial Calculator in Flash

    Hi everyone ! I want to create using Flash an advanced financial calculator which I previously developed in Excel and VBA. The final purpose is to obtain a standalone .exe to work on any computer, no need for MSOffice to be installed. It must have a professional interface, very nice looking and...
  2. src23

    What FrontEnd would you recomended for a PGSQL DB ?

    Hello everybody, I am new to Postgresql. I'm currently using a multiuser MsAccess database, and I want to migrate to PG because of the errors that I have to deal with, when more than 20-25 users simultaneoulsy access that database. Details about Access database (so that you know what I want...
  3. src23

    Optimize multiuser Access Database using ADO recordsets

    Hi everyone here, I have a database application and I'm trying to optimize it, but I'm not sure if I'm doing it right. This database will be accessed my more than 20 users simultaneously. Initially I tried to use linked tables - I split the database, the BackEnd was on a remote comp and the...
  4. src23

    Fine Tunning Access Relationships: tables optimization

    I want to develop an Access database (which is supposed to hold about 10.000-20.000 records); right now I'm designing the tables and I'm facing a problem which gives me two options. First, the database description: It will contain one 'wide' table - tblRequests - 48 fields, from which eight of...
  5. src23

    How can I specify what columns to import from Excel to Access?

    Hi ! I'm trying to import an excel spreadsheet into an access table, but I want to import only columns B, C, E to H , M, O and R. I tried to import all the sheet at once into a temporary table, then run a sql and select into my table only the columns that i'm interested - it's working OK...
  6. src23

    How to get the IP address using VBA ??

    HI ! Does anyone know how to get the IP address of a computer using VBA ? I made log table, I have the back-end database on a server, and a few front-end files in the office, and i want to log all the users who access the back-end. I used the Environ function, it provides me the computer...
  7. src23

    MS SQL - impossible to solve a simple problem ????

    I got myself stuck onto a very strange problem. Am I dumb, or there is no way to solve it ??? Cause it's diving me MAD. I have simplified the problem: Suppose I have these two tables: tblPers __________________ | IDPers | Name | |--------|--------- | 1 | AAAA | | 2 |...
  8. src23

    Dumb question about selecting with Polygonal Lasso Tool...

    I started recently to work with photoshop... and I have a lot of questions... but only one is pressing me now: when I'm using Polygonal Lasso Tool, and I make a wrong click, HOW ON EARTH CAN I RETURN TO PREVIOUS CLICK ? I mean how can I step back to the previous state of selection ? It seems...

Part and Inventory Search

Back
Top