Jump to content

tubisarscev

Members
  • Posts

    4
  • Joined

  • Last visited

tubisarscev's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. thanks, i have solved it.i have defined a field called adminYorN in which i give 0 for ordinary users and 1 for admins in the database i store the username and password information.i query for the adminYorN value when i check for the username and password. if it's 1 i include admin.inc else user.inc which have different menus.it's easy
  2. hi, i have an asp page in which multiple users insert new data into an access database. as each user inserts new data, i want them to know the identity number of their record(last record in the database). how can i do this,also what happens if another user inserts data at the same time? do the identity numbers mix?
  3. hi, i want different users to view different pages. i save usernames and passwords in an access database and i ask users at the beginning of the first page. but how can i manage seperate pages for them? (for exp normal users and admins must see different pages)
  4. hi!i have an HTML page containing a table. i want the value of certain cell of this table to be stored as a variable (that's what i cannot) and insert this value automatically to another access database when i insert some other information which i get via a form. how can i do this? (for exp i want "name" value of the table to be inserted to a database in which there's a "name" field)
×
×
  • Create New...