Recent content by papasilo

  1. P

    [Question] Duplicate Data

    Hi! Thanks for your quick reply.. @jdraw - Why did I use an temporary table? because I didn't use Access as a main database what I use is MySQL.... I can't really explain why this program was design with temp table to main database.. this project is not mine actually.. I just need some...
  2. P

    [Question] Duplicate Data

    Hi, I just need suggestion on how to get rid of this Duplication Data Entry. What I did in my program is that I use a temporary table before I save it to the main database Supposed to be the output will be: Computer1 orders: Computer2 orders: Sales No1 Sales No2...
  3. P

    [Question] Drop Changes

    I will give u sample vid of the situation ^^
  4. P

    [Question] Drop Changes

    Hi Bob, Thanks for the quick reply, emm.. its not about the fields.. im using mySQL as my backend.. i didn't use autonumber as a datatype, what i mean is there are Rows that are editable / can be update or there are some who can't be update. I hope this will be understandable ^_^
  5. P

    [Question] Drop Changes

    Hi vbaInet! Thanks for the reply, you said two forms or queries bound to the same table which make it drop changes. But even thou i go directly to the table without other forms/queries/reports and edit the data still the Drop Changes or Save it to the Clipboard message appears and the data is...
  6. P

    [Question] Organizational Chart

    Hi! Does anyone here has an idea how to make an Org Chart using HardCode not using a .ocx or active x thing... here's an sample Output: -Position 1 - Employee Name 1 - Employee Name 2 - Position 2 - Employee Name 1 - Position 3 - Employee Name 1 -...
  7. P

    [Question] Drop Changes

    Hi, I just wanna ask if, what is the cause of this Drop Changes?.. I'm using MySQL as my BackEnd. I already added a field timestamp and default it as Current_Timestamp some records can be change but there are also records that cannot be change on a the same table due to an error called Drop...
  8. P

    [Question] Cheat Engine 6.1

    Hi!, Does anyone here tried using Cheat Engine 6.1 to speed up your processing of your query using MS ACCESS... :o :o :o :o :o
  9. P

    Question Updating / Patching

    Currently im using a batch file to copy the updated version of my accdb file from the server.. Is there anyway around to make a Patch / Updating kind a program? Like if I have a 1 front end program using access which is a Login page after he logs-in there will be a code to check whether there...
  10. P

    How to speed up your Record Set Processing??

    Hi, Just wanna ask question if you use Record Set in your module. is there anyway around where you can optimize the speed of the process. like allocate a memory to that specific code to speed up the processing? I hope you understand what I'm saying . hehehe :p VBA Newbie
  11. P

    Question About Payroll Processing...

    I hope I'm the right the thread. But anyways, I'm new in this forum and also newbie when in comes to coding.. I just wanna know usually on a Payroll System on the DTR side.. how much minutes / hours usually it takes to process the entire employee with the specific time range (mostly 15...
Back
Top Bottom