Search results

  1. still_rookie

    Sub Error

    ye p ive removed all the spaces but now it gives me a different error.... Private Sub Command2_Click() Frame0.Visible = True Command15.Visible = True End Sub Private Sub Command15_Click() If Option3.Value = True Then frmAccidents.Show End If If Option5.Value = True Then frmCar_Details.Show...
  2. still_rookie

    Sub Error

    help.. This is my visual basic code for access... But there is somin wrong, it keeps giving me an error with the line in red... Private Sub Command2_Click() Frame0.Visible = True Command15.Visible = True End Sub Private Sub Command15_Click() If Option3.Value = True Then Accidents.Show End If...
  3. still_rookie

    how to create users in form

    demanding ? what tould you do on a forum when there have been 300 views and no replies ? This is litrally the most unhelpful forum i have ever been to, because : 1. People are more bothered about, lets say, the appreance of the forum, as, some people complain about slang, some of you...
  4. still_rookie

    how to create users in form

    hey guys... still waiting.. :)
  5. still_rookie

    Command Button

    actually... forget it... can anyone, please tell me whats wrong with this code??? Option Compare Database Private Sub Command1_Click() On Error GoTo Err_Command1_Click DoCmd.GoToRecord , , acNewRec Exit_Command1_Click: Exit Sub Err_Command1_Click: MsgBox Err.Description...
  6. still_rookie

    Command Button

    ok, to help you guys further, this is the code of my command button to add a new record (new employee in this case): Private Sub cmdnewemployee_Click() On Error GoTo Err_cmdnewemployee_Click DoCmd.GoToRecord , , acNewRec Exit_cmdnewemployee_Click: Exit Sub Err_cmdnewemployee_Click...
  7. still_rookie

    how to create users in form

    can someone please give me step by step instructions on how to create users in MS access XP ? Beacuse i don't know visual basic, at all, and whatever you guys say doesn't get into my head, so i have to ask my teacher. So please if some1 can, it would be massively appriciated. thanks !
  8. still_rookie

    Command Button

    Thats exactly wat i did. But what i want is a button which will ask the user which table to put the record in when clicked, followed by the record being placed in the table chosen.
  9. still_rookie

    how to create users in form

    ohkay... i will try to work my way through this now, but will let you know if any problems arrise. Thanks so much for your time ! :) (Mods, please don't close this topic as i might return:D )
  10. still_rookie

    how to create users in form

    ok this is what is says : --------------------------------------- CREATE USER or GROUP Statement Creates one or more new users or groups. Syntax Create a user: CREATE USER user password pid [, user password pid, …] Create a group: CREATE GROUP group pid[, group pid, …] The CREATE USER...
  11. still_rookie

    how to create users in form

    yes ok but i want to know how to create users in the first place :confused:
  12. still_rookie

    Command Button

    oh sorry about that... i read it but ddn't quite get wat it really meant... :) .. but anyway.. i want it this way.. (an example) when a new employee arrives, the person using the FORM will press 'add new employee' ... and i wanted a window to open allowing him to choose which table to put...
  13. still_rookie

    Command Button

    hey guys... is there a VB code by which i can tell a command button to add a new record in a specific table ???
  14. still_rookie

    how to create users in form

    zzZZzZzZZZZ ! still waiting ...
  15. still_rookie

    how to create users in form

    cmon guys.... 48 views, 1 reply ??? u gotta be better than that .... :rolleyes:
  16. still_rookie

    how to create users in form

    umm sort of. wat i want to do is create different levels of users but they all access only 1 form. I have made 1 form, through which the user can access everything, i.e. tables, queries, forms etc. BUT, the thing is that all this information is confidential, so there will be only 1 user, who...
  17. still_rookie

    how to create users in form

    hey guys, i just needed a guide on how to create a form with different users in it. also, is there a way in which i can create a button that will open the wizard to create a report ?? [guess wat, no deadline.... but that doesn't mean dont answer ;) ] hope a reply soon.. thanks in advance.
  18. still_rookie

    HELP (urgent)

    yes i am doing this project for coursework... which is why i said "TRY" to get something by this friday. once again ill say it - i said 'try' and not "GET IT DONE"... so stay cool n help please. also .. i would love to stay here,, but some people [McAbney] are more bothered about english...
  19. still_rookie

    HELP (urgent)

    why do u need to know that ???? If u guys wanna help then do so or else ill just look somewhere else .... becuz quoting about my urgency is not what ure supposed to be doing i.e. - .... and if no1 else has a problem ... why do u when you hven't even given a solution to this :confused: and btw...
  20. still_rookie

    HELP (urgent)

    becuz: reason1: i want an alert to be played when the date for servicing is close reason2: it looks much better and it is more user friendly rather than trying to calculate how many days/hours/minutes left.
Back
Top Bottom