S
stripes
I've created a login page where the user selects a name from the list to
enter the database. I made this list have a source from a query designed from
the user's table.
I now want to delete a user from this login page, that is from the list box
but since this list box isn't linked to the original user table I made the
delete button link to another form for the deleting to take place there,
where the list is sourced from the original user's table.
However when I select a record from the list box and later check to see if
it has been deleted, it happens that the record that is deleted isn't the one
that was selected.
Can I have any help on how to delete the selected record which will also
delete that particular record in the table.
If I may have any help on how to do this with the same list box on the login
form it will be appreciated. (This isn't that necessary as the previous one
though).
enter the database. I made this list have a source from a query designed from
the user's table.
I now want to delete a user from this login page, that is from the list box
but since this list box isn't linked to the original user table I made the
delete button link to another form for the deleting to take place there,
where the list is sourced from the original user's table.
However when I select a record from the list box and later check to see if
it has been deleted, it happens that the record that is deleted isn't the one
that was selected.
Can I have any help on how to delete the selected record which will also
delete that particular record in the table.
If I may have any help on how to do this with the same list box on the login
form it will be appreciated. (This isn't that necessary as the previous one
though).