Search results for query: *

  1. M

    Question How to print the current data entered in this form

    I want to print the new data entered in each n every tim according to duty slip number generated please do help me on this
  2. M

    not able to save data getting error

    when i execute this code to save data i got data type mismatch in criteria expression when i remove the brackets used in like rs = "INSERT INTO [Duty Slip]...
  3. M

    How to use barcode scanner that scan and capture in my software?

    Can any one please help me how to use barcode scanner that scan and capture codes in my software which is designed in vb.net.i am not able to do this please help me as soon as possible. I use this software in my gym store to capture and make bill using barcode.
  4. M

    How to calculate remaining items in stock from issue form shows in remaining stock

    I want to calculate remaining stocks in stocks form which issued from issue form and shows in remaining stock field which deduct from total stocks when a stock is issued to someone. I am using data bindings with access here is the screenshot for this forms
  5. M

    How to data binding?

    Can anyone help me on data bindings topic in vb.net with ms access i just want to display some vale through combo box in a from which taken from some other table in ms access like i have a table name "pro" in ms access and having columns product name,price,quantity,item no & amount and...
  6. M

    How to take backup and restore database?

    Sir could you please help me how to take backups and restore ms access database 03 in vb.net how could i do that please explain me in details
  7. M

    radio button for some question and display what i checked on a label

    i want to use several radio buttons in a group box and there are some question when it is checked whatever it checked that display one by one on a label like 1: are u a gamer radio btn yes radiobtn no if checked yes it displays on label 2: are u a painter radio...
  8. M

    my password is shown when i enter in password textbox

    my password is fully shown what i typed not in asterisk when i enter in password text box please help me that it shows in "********" not as "abcde" here is my code for log in form Imports System.Data.OleDb Public Class LOGIN Dim conn As New OleDbconnection Private Sub...
  9. M

    enable a textbox when a radio button is checked to enter data there

    i want to enable a text box which is disable as the form starts but when i checked the radio button it is automatically enabled to enter data there?????????????????????????
  10. M

    Question how to make auto generate receipt no and invoice number in data bindings

    how to make auto generate receipt no and invoice number in data bindings with ms access
  11. M

    Question pending fees popup when payment date is greater than due date

    How to calculate and show pop up box for a particular candidate that his payment date is exceeded than his actual due date.for example if a customer due date is 10-11-2013 and he crossed the date 11-11-2013 then pop up goes up and say pending fees
  12. M

    How to store data using checboxes in database using databinding or in other ways

    i just want to store check box data along with the name from my Admission Table and i have created another table name "health" to store checked data here can anyone help me on this to solve my problem and if a new admission these form popup automatically after i save all the details in admission...
  13. M

    Auto generate INVOICE NO and STOCK ID

    Can anyone help me to Auto generate INVOICE NO and STOCK ID in VB.NET using data binding with MS ACCESS DB i want the invoice number as "000001" to display & stored in database and STOCK ID AS "NEU-001" display and store in database must be auto generated please help me.
  14. M

    next payment due date from a current date to next month,quaterly,half-yearly & yearly

    next payment due date from a current date to next month,quaterly,half-yearly & yearly sir i want to get next payment due date from a current date to next month,quarterly,half-yearly & yearly please help me on this using vb.net please help me on this
  15. M

    calulation of stock items

    sir i designeda form in vb.net and linked up database with access database i just want to calculate the total stock in hand and remaining stock in hand and also i want a single item name fix that display in each data added like name="neulife"
  16. M

    Question data vanished which stored using data binding

    when i used to store data enter in vb.net form using data binding from access database its store data in access which i enter in vb.net forms after i stop debugging and next start debugging the data vanished from database and again starts from serial no 1 i just cannt understand my database...
  17. M

    syntax error (missing operator) while saving my data

    i am getting an error message while saving my data to ms access database in vb.net syntax error (missing operator) in query expression here is the code Private Sub Button2_Click_1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click Dim a As Integer...
  18. M

    next payment date generate?

    I just want the code for next payment date generate automatically from a specific payment date
Back
Top