User Profile

Collapse

Profile Sidebar

Collapse
maniesh
maniesh
Last Activity: Oct 27 '10, 11:39 AM
Joined: Feb 17 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • How do I identify multiple rows with the same value in a foreign key field?

    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.

    ...
    See more | Go to post

  • 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.
    See more | Go to post

    Leave a comment:


  • 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
    See more | Go to post

  • maniesh
    replied to Create a Timed Progress Bar in MS Access
    thank you, ADezii , your code worked! My project will not be postponed any longer.
    See more | Go to post

    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:

    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
    ''''If...
    See more | Go to post
    Last edited by Stewart Ross; Feb 17 '09, 03:43 PM. Reason: added code tags, removed e-mail address

  • maniesh
    started a topic Create a Timed Progress Bar in MS Access

    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:
    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
    ** contact details removed...
    See more | Go to post
    Last edited by NeoPa; Feb 17 '09, 05:47 PM. Reason: Please use the [CODE] tags provided
No activity results to display
Show More
Working...