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 Chriss Miller 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: throwdini
  • Content: Threads
  • Order by date
  1. throwdini

    Sync Calendars without a server

    My partner and I have a Treo 650 and we would like to be able to have its calendar sync to another calendar (either web based or on a pc that is connected via DSL), but I do not have an exchange server, or any server set up. Ideally I would be able to make changes to the calendar on my treo...
  2. throwdini

    Using MySQL as a Back end

    I have a couple MS access aplications that I have developed to be used by clients in managing their data. I have split these applications into a front end (containing only forms, reports and a scratch table) and a back end (containing the data in various tables). Currently both front ends...
  3. throwdini

    Setting the User Environment

    I'm looking to set up a custom user environment when users log in via Terminal Services. Ideally a user would log into my server and an application will automatically start up. When the user exits or closes the application it forces a log off from the server. The user has no interaction with...
  4. throwdini

    Moving from an Access Back End

    I have created an Access application that to this point has both its front end and back end in MS Access. The application has worked with multiple back ends some ranging from 25 - 40,000 kb to 1 gig and could possibly grow even larger (not from bloating). Obviously the performance isn't as...
  5. throwdini

    Updating Records in a Union Query

    I am creating a database that will have the following tables. tbl1: name, id, tbl_id tbl2: name, id, tbl_id tbl3: id, tbl_id, y/n value tbl1 & tbl2 do not contain duplicates and are linked to tbl3 on both id and tbl_id. 1 and 2 have to be kept separate. I want to open a continous form that...
  6. throwdini

    Form loses records? Any help?

    I have a front end where users access data through forms. After making a selection one form will get the data and load it into the next form. The problem is it loses one record when it does this. For example, I select 4 records from a list to be veiwed in detail. The next form would toggle...
  7. throwdini

    Help with MaxRecords Function

    I am trying to use MS Access to create a query / recordset that will use the maxrecords fucntion. I want to limit the number of records returned to a number given by the user. I know how to pass the user's number of records, but I have no idea how or why I cna't get the MaxRecords function to...
  8. throwdini

    Kill open file

    I have created a front end in access for a database that should expire after a period of time. I would like the front end to "self-destruct" once the time period has elapsed, leaving the back end data alone. Is it possible to use the kill statement to delete the front end being used...
  9. throwdini

    Help with running updates on joined tables

    If I have two tables (A and B) joined on the primary key and I want to update a field in table B based on criteria in table A, is there any way to do this? Any help is greatly appreciated. Thanks, Jay
  10. throwdini

    Deleting MS objects

    Does anyone know how one could loop through the objects in a database, (forms, queries, modules, reports) and delete them? When I try to use "For each frm in application.forms" it will only look at the forms that are open. (The same for reports, modules...) Any help is greatly...

Part and Inventory Search

Back
Top