Search results

  1. P

    Help with update record using runsql

    Hello all. Im trying to update a record in a table based on some values from a from. The idea is to update an issue status on a table where issue reference no. & assigned date/time matches between the table & form data. Here's my sql- DoCmd.RunSQL ("UPDATE [workload] SET...
  2. P

    Need help designing this tool

    Im developing a simple task tracking tool. Here's the scenario- Every morning a supervisor will load/import a list of tasks to a database (lets call it workload) which will have- [reference no] [assigned agent] [issue raising time] [assigned time] [issue category] [issue status] this database...
  3. P

    help with query

    hi, new user here. i m developing an attendance system for my firm using vb.net to build the frontend and access 2007 as backend. here's my table structure- table: logins id username password user category table: log id name machine-name entry-type (in/out) date time table: breaklog id name...
Back
Top Bottom