I have two tables:
*Transaction Record
*Account Details
Account details table has the field "Account Number" as its primary key.
Transaction record has the field "transactio n number" as its primary key and "account number" as its foreign key.
This is a table created in ms access. I am creating a program in vb.net to maintain this database.
...
User Profile
Collapse
-
I'm sorry, but this is not for any college course work project.
I was think more along the lines of visual baci srip which could access the table in the data base and recognise the user. -
how to create a password recovery wizard in microsoft access.
this wizard will get the different user's data by accessing a table. the wizard will enable the user to change his/her password and it will have a question to enable users to login if they have forgotten their password. it will also allow users to change their password by using form -
thank you, ADezii , your code worked! My project will not be postponed any longer.Leave a comment:
-
how do I create a timed progress bar in microsoft access?
I want to complete a project and I want to place a timed progress bar on my splash screen, I want to find out a method of timing my progress bar to update every 10 seconds.
here's what I got so far:
''''If...Code:Private Sub Form_Open(Cancel As Integer) If (ProgressBar0.Value <0) then ProgressBar0.Value = ProgressBar0.Value +10 End If ProgressBar0.Value =100 End Sub
-
Create a Timed Progress Bar in MS Access
I want to complete a project and I want to place a timed progress bar on my splash screen, I want to find out a method of timing my progress bar to update every 10 seconds.
here's what I got so far:
** contact details removed...Code:Private Sub Form_Open(Cancel As Integer) If (ProgressBar0.Value <0) then ProgressBar0.Value = ProgressBar0.Value +10 End If ProgressBar0.Value =100 End Sub
No activity results to display
Show More
Leave a comment: