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

    Dissable time server sync on a Domain PC

    Hi, I need to remove the automatic syncornization to a Domain Server of the time a PC has. I need to update it manually every day. I have been told there is a way to disable it in the Windows functions of XP. Is there really a way? Carlos
  2. carfj1

    Consecutive group dates acumulated

    Having a table with ID and DATE I need to have an acumulated field (ACUM) Note: DAY is the consecutive working days for each fiscal year in our company. I'm using this table to identify the consecutive dates more easily using a related table. DAY ID DATE ACUM 40 11 1/1/07...
  3. carfj1

    BLANK CHOICE ON COMBO

    I have a 3 column based combo. id, Description, price. The especifications on the comumns with are:0cm;12.542cm;2.542cm The number of coulmns is 3 The bound column is 3 <- I need this data on a table Problem: The table from wich the combo gets its data has 6 rows. After the selection of an...
  4. carfj1

    Richt text export

    I have a Rich Text field that need to send to word with the format on the rich text field. Can this be done. The idea is to print this text. Actually Im using the developers edition to see a letter with data fields with different formats (BOLD and italics etc.) I have come to the point were on...
  5. carfj1

    Sad End? Accees Insecurity?

    I have found a software which displays all the passwords of the MDW file. Is there a way to protect the mdw file some how? Thanks
  6. carfj1

    Steps to Update 97 to 2000 when security is Installed

    I have more than 100 users, 70% of them have Access 97, the others have Access 2000. Now most of them are changing their computers to a Access 2000. The 97 FE has the most updated developments. But some functionality on the 2000 version is pending to be done. I want to know a simple way to...
  7. carfj1

    What is a vbs file and way it works on some computers

    I have 111 users for a split database (BE + 31Fe * Ac00 + 80Fe * Ac97) Updating them to the latest version had become a night mare. Now using FAQ705-2010: HOW DO I MAKE SURE ALL USERS ARE USING THE MOST UPDATED VERION OF THE FRONT END? My dreams are more pleasant because it explains how to...
  8. carfj1

    Print Preview Picture but not Print

    I am printing on an Invoice Master. It has a labeled secuential number. On them a report must be printed. The Print Preview has to show a Scanned JPG picture of the Master, but when the Print ICON is pressed the picture has to disappear and only print the DATA. I have tried: 1.- Page Setup...
  9. carfj1

    Several Rows into a single Row

    I have a list of OrderIDs which need to be Printed on a Report in a single Row. I have: OrderID 001 002 004 008 How can I make: 001, 002, 004, 005 The report has a query with all the OrderIDs that are required. But I think this has to be done with a Function or something... Thanks for your...
  10. carfj1

    I am a beginer on VBA and I am lear

    I am a beginer on VBA and I am learning it by converting Macros to Modules... Now I am stuck because the wizard that tranforms Macros to VBA shows the following Error: Microsoft Access no puede encontrar el asistente o hay un error de sintaxis en la selecion de Declaraciones de un modulo de...
  11. carfj1

    Delete e-mail address after a reply

    Im sending massive e-mails to lists of contacts in an access table. Is it possible to automate the deletion process when the recipent makes a reply asking to be deleted from the mailing list? Maybe I must make some VBA on Outlook? But would prefer to do it from Access. I have looked for...
  12. carfj1

    Transfer Data on to the wrong way

    Pardon our ignorance.... We have a Tree BIG tables with information about courses: PersonalData: ID, Name, etc.. Education: id, curse1Name, curse1Score, course2Name, curse2Score...Curse80Name, course80score Training: id, curse1Name, curse1Score, course2Name, curse2Score...Curse70Name...
  13. carfj1

    Transfer Data on to the wrong way

    Pardon our ignorance.... We have a Tree BIG tables with information about courses: PersonalData: ID, Name, etc.. Education: id, curse1Name, curse1Score, course2Name, curse2Score...Curse80Name, course80score Training: id, curse1Name, curse1Score, course2Name, curse2Score...Curse70Name...
  14. carfj1

    Permisions Button on a Form

    How can I put it on a Command Button or Hyperlink button? I don´t want to place it on a built in Menu. Have done this with the send Keys on other DB. This version will have no built-in menus. I´m thinking of a macro funtion, still direction is what I need. Thanks in advance, Carlos
  15. carfj1

    Updating status

    Pardon my stupidity... I am having some novice trouble with two tables: Clients table: ID, Name,..., Status (Active or suspended) The key is the ID which is an autonumber. Payments Table: ID, Date, Membership,NextPaymentDay,Amount The key is ID, Date, Membership I need to update the Status...
  16. carfj1

    Focus from Subform to the Form

    The configuration is: Main Form 3 Unbound TextBoxes Subform 5 Independent fields + 3 fields with data from the 3 Unbound Boxes The master and child fields are the Unbound boxes. The problem: I want to make sure the subfrom can not get focus unless the tree ubound boxes have data. I am...
  17. carfj1

    Setup Shrotcut Properly

    I have the following configuration: Backend on Access97, Frontend97 with 80 users and a FrontEnd2000 with 20 (all potential users, on average I have only 25 connected users with only 4~5 input of data) Each user has their own FrontEnd with tables linked to the Backend97 DB Original...
  18. carfj1

    Invalid alias name

    I sent a database in a Zipped file to a customer, On my machine it works perfectly but on the customer computer an error occurs on a macro which runs action queries. The are telling me that on an append query a message appears: Invalid alias name... When they checked on another...
  19. carfj1

    Pivot a 70 column table into a one column TXT file

    I have to make a Transfer MDB file form One Database system to another: Original table column names are numbers:(aprox 5000 records) Original Table 1 2 3 ... 68 69 70 Mgw150 PrNm1 2.0000 ... 1.0000 Null Null Mgw150 PrNm2 4.0000...
  20. carfj1

    Pivot a 70 column table into a one column TXT file

    I have to make a Transfer MDB file form One Database system to another: Original table column names are numbers:(aprox 5000 records) Original Table 1 2 3 ... 68 69 70 Mgw150 PrNm1 2.0000 ... 1.0000 Null Null Mgw150 PrNm2 4.0000...

Part and Inventory Search

Back
Top