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 strongm 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: *

  1. fadMiS

    MS Access communication with label printing scales

    DougP, You are surprising me since you are one of the first guys in this forum. I will be clearer. If you go in supermarket which has meat, fruits etc, you can notice that they don’t have barcodes of course. But sales guy who gives you bananas seats near machine called label printing scale...
  2. fadMiS

    MS Access communication with label printing scales

    DougP, No, the matter is much more complicated. I need to understand process of PLU (Product Look-Up) number generation. Other problem is how PLU file can be accessed by any barcode POS application. fadMis
  3. fadMiS

    barcode in access

    Bluelove, Stock items have already barcodes but problem is for those that don't have them. Common case is with fruits which normally don't have barcode labels in them. Problem is solved with so called PLU (Product Look Up) numbers. Label printing scale prints label with barcode that can be...
  4. fadMiS

    How to check if data already exists in a table?

    gazolba, I would appreciate if you write function with SQL statements that does it. fad
  5. fadMiS

    How to check if data already exists in a table?

    John I started new thread called Check table before data entry and I would appreciate any comment from you. fad
  6. fadMiS

    Check table before data entry

    I have created payroll database and I have table "Salaries" with EmployeeID (number), PayDate (date) and other fileds. I have form for calculating of salaries (with txtEmployeeID, txtPayDate) but before i store data in Salary table i need to check whether salary is already entered in table...
  7. fadMiS

    How to check if data already exists in a table?

    Hi John, I have more complicated problem. Let assume that we have same table "testtable" but with ID and PayDate fields. Before i store data in table I need to check both fields at the same time, whether in table is already stored data for any ID and PayDate. It can be solved having ID and...
  8. fadMiS

    MS Access communication with label printing scales

    Hi I just created POS application using MS Access. It works fine but I have problems understanding communication and printing label creation in any label printing scale such as CAS LP-1000 thermal label printing scale. I use EAN13 fonts so I would like to know how can I create labels for...
  9. fadMiS

    Check table before entry (possible double entry)

    Tranman Thanks again for sending this code. I think this problem is solved.
  10. fadMiS

    Check table before entry (possible double entry)

    Great, thanks Tranman for your advices, I think I got your point. Now I agree with you having EmployeeID and PayDate as Primary Key. I would appreciate your code that prevents user to store double entry having error message because of duplicate key violation.
  11. fadMiS

    Check table before entry (possible double entry)

    I think we are much closer now. Sorry for not being so clear previously. As I have given further explanation Salary table belongs to Many side, and that means that EmployeeID in Salary table is Foreign Key (which is redundant), normally because each Employee takes salary each month. Let me give...
  12. fadMiS

    Check table before entry (possible double entry)

    Hi Tranman It doesn't seem that the problem is solved. Salary table is in many side related with Employee table. There are 100 of Employees that take salary at the same date so PayDate can't be primary key. I tried with Dlookup and using FindFirst functions but I failed. In order to solve this...
  13. fadMiS

    Check table before entry (possible double entry)

    I have two table in my access application, Employee and Salary table. Employee Salary --------- ------- EmployeeID EmployeeID LastName PayDate FirstName Salary Location Allowance JobTitle --- -- I have form where I calculate salary and I store...

Part and Inventory Search

Back
Top