Search results

  1. C

    Football League Table from Fixtures Table

    Hi i am wandering if anyone can help me complete this problem: i have a table full of fixtures/results in the following form: tblFixtures fixtureID* compID fixDate fixTime HomeTeamID AwayTeamID HomeScore AwayScore PitchID RefereeID is it possible to create a league table on those results. 1...
  2. C

    Problem with "Not In List" Event - Tries to Create a whole new record

    I have entered the following code to the "Not in List" event of my combo box. Private Sub Combo74_NotInList(NewData As String, Response As Integer) On Error GoTo Combo74_NotInList_Err Dim intAnswer As Integer Dim strSQL As String intAnswer = MsgBox("The ground " & Chr(34) &...
  3. C

    =Weekday([Date]) Show Actual Day Not Number

    I am currently using the =Weekday([Date]) formula to show which day of the week is it, but is it possible to show the actual day not a number? Eg instead of "1" it shows "Sunday" Cheers
  4. C

    Count If in Access ??

    is it possible to Count If in Access ?? i have two coloums of data and i wish to count 1's form both columns and then 1 from one and 2 from the other and so on. is this possible ?? Many Thanks Benn
  5. C

    Change Password Button with code?

    Hello All, i am trying to write a macro or use VBA code or something that will allow me to change my password when i click on a command button. For example i click on the command button and the change password box appears. Can anybody help? Thanks Benn p.s: Access Novice Here !!
  6. C

    Change Password Macro VBA ?

    Hello All, i am trying to write a macro that will allow me to change my password when i click on a command button. For example i click on the command button and the change password box appears. Can anybody help? Thanks Benn p.s: Access Novice Here !!
  7. C

    Copy Form Format to All Forms ?

    Hi i have just created my own form format and i want all my other forms to have the same format is there anyway of doing this ? thanks
Top Bottom