Search results

  1. B

    Use Variable @ Diff Form

    i have been looking at this : http://www.blueclaw-db.com/access_pass_parameter_global_variable.htm but i dont know how to implement it into my db. can someone pls advise?
  2. B

    Use Variable @ Diff Form

    may i ask, where do i put that code at?
  3. B

    Use Variable @ Diff Form

    I have a login(Username & Password), and the username is not stored anywhere. is it to check from another table to see if the username and password is the same or not. so how do i get this username if the id and pwd is matched and put them into another form?
  4. B

    Field Validation

    i got it working, instead of using onclick, i used on mouseup. but i have a new problem: Private Sub ToggleLink_MouseUp(Button As Integer, Shift As Integer, X As Single, Y As Single) If IsNull(Me.Username) Or Me.Username = "" Then MsgBox "Please enter a username first", vbOKOnly, "Invalid...
  5. B

    Field Validation

    If IsNull(Username) Then MsgBox "Please enter a username first", vbOKOnly, "Invalid Username" Me.Username.SetFocus Else Me.ToggleLink.SetFocus i got this code to work now. but when i click on the button link, it is pressed down. how can i make it up?
  6. B

    Field Validation

    I have 3 fields , Username , Question and Answer. I also have a button , Link. I have tried to look in this forum and i cant find any related to this. Before i can click on the link, i need to make sure that username, question and answer field is filled up first. How do i do that? Thanks for...
  7. B

    problem with check box

    can u post how u did it? thanks
  8. B

    Different approach - FAQ Search engine

    I dont know if i should ask this here, but id like to do something with the combo box. When ComboBox1 is selected, u can choose Name,Mood,Relationship When Name is choosen, ComboBox2 have selection Male and Female. (Please refer to 1st post diagram) It is something like the attachment i have...
  9. B

    Different approach - FAQ Search engine

    btw, can u explain a little on this? IsActive - Y/N - default Y what is it for?
  10. B

    Different approach - FAQ Search engine

    thanks for the feedback ecniv. but if someone were to do a search(keyword) on the topic sex-male, how can i implement it with the following table structure that you have posted? im sry i am a beginner and i am trying to understand as much as i can. :cool:
  11. B

    Different approach - FAQ Search engine

    any idea if my table is correct? ill check back in 12 hours more. thanks
  12. B

    Different approach - FAQ Search engine

    this is what i have done. its easy.. but now i have headache on how do i actually have to build the relationship here.. ill look into some examples of what ppl have done and get into here again..
  13. B

    Different approach - FAQ Search engine

    yes i am... sry i was away for the weekend. now i am back on the work again. i am wondering, is my structure correct?
  14. B

    Different approach - FAQ Search engine

    hi.. I have tried to do a search on this but i cant seem to find something similiar. And I did a post of what i wanted to do here: Click Me This is my table structure: ** I have keep this structure the simple. In actual of what i want to do, its more section under the 3rd lvl. as in more...
  15. B

    Is this possible? Need confirmation ..

    does any1 have an example similiar to this?
  16. B

    Is this possible? Need confirmation ..

    thanks pat! ill work on it now. if anything's up, ill post it here again.. :)
  17. B

    Is this possible? Need confirmation ..

    somebody reads, nobody knows?
  18. B

    Is this possible? Need confirmation ..

    hi.. i am new to access. but i am working my way on it. i have done google search and this forum search but cant find a thing similiar. i need advise if its possible to do this with ACCESS: Part 1: 1. Enables ppl to insert question and answer. 2. These question and answer will be stored as...
Back
Top Bottom