Search results for query: *

  • Users: JohnV
  • Content: Threads
  • Order by date
  1. J

    sample design Feedback System

    Hi forumers, I was instructed or give a task to develop a simple application for Key Performance evaluation basically a feedback System. Let say, My department "Analytics" has performed or provides reports and data to different department. The department head as customer will evaluate if how...
  2. J

    Movable connection string

    Hi, I would like my vb.net (MS Access) connection string to be movable and not in permanent place. basically I wanted to not specifying the whole path or address. I will use one work station as my main server and 5 user will access that application. Here is my MS access connection string...
  3. J

    Data Binding to a listbox and label

    Hi, I have a requirements to bind MS Access records and binding to a listbox and Label. I have two column a RateCode and RateDescription. Once i choose a ratecode the description should be displayed. For ex. I choose number 3 from the list the equivalent description "Exceed" will be show in...
  4. J

    Loop to insert records

    Hi, I have this code in vb.net to insert records to MS Access but i'm not successfull. I have a data from textboxes and DataGridview which i would like to insert into table and it was only 1 records insertedand also i got an error saying "The connection is was not close. the connection current...
  5. J

    MS Acess AS backend

    Hi, I have another query about MS Access. I'm developing a Feedback System that will be access by different department managers. the purpose is to track Reports KPI if produce good result, accurate data and on time delivery of reports they will Rate and comment my department. Right now i'm...
  6. J

    Automate IDNumber in TextBox

    Hi, I have a requirements to automate an IDnumber. Am using VB.NET and Ms Access2013. THe table name is tblTransaction and the column name that would be automate is IDNum . The format would be Year and Month then the 5 digits number (sample 1503-00001). Your help is very much appreciated. Thank...
  7. J

    Transfer textbox records/data to DataGridView

    Hi forumer's, I'm newbie in this site and at the same time in vb.net. I have a forms contains 3 textboxes and a DataGridline. my requirements is to transfer the data from textboxes to DataGridView using append button, also can accept multiple records or rows. May I ask your help on how to...
Back
Top