Search results

  1. W

    SCSI BARCODE Scanner

    Hi, I'm assigned to develop a system that will scan a batch(10 to 100) of coupons.Each coupon have barcode. We used a cannon 3060 Scanner connected to a SCSI port. First I'll gonna have a form with command button that when click it will start scanning the batch then stores all the barcode in...
  2. W

    Will I use FE/BE?

    hi, I just wanna ask if i need to split my application into a be/fe. Right I'm thinking that I don't need to spli the database since most of my table resides on our SQL Server. What I did ii convert my db to mde wihtout splitting.Is this the right thing?
  3. W

    Curent and Previous Date report

    Hi, I have a problem getting the current date and previous date on my report my table looks like this: tblmeter: MeterID-autonumber primary key MachineNo Dateentered Meter1 Meter2 Sample Records: MeterID MachineNo Dateentered Meter1 Meter2 1 123...
  4. W

    Comparing 2 records in the same table

    Hi, I have a table name tblmachines with mahineno,dateentered,meter1,meter2 and list fields. One user will enter the machineno and their meters as List A and the other as list B then after they enter all the machines acommand button is pressed that will compare both meter1 and meter2 of...
  5. W

    Passing ListBox Value to Forms

    Hi, I need help on passing the list box values to the subform txtboxes. I want to create a pop list box form whenever i Click on a particular field and select from the list box then pass on the selected values to the txtbox on the form..ie: Lst1=query of the GL Account No. and GL description...
Top Bottom