Search results

  1. Beany

    Asset Form

    thanks people.... sorry for confusing you! no 1: what i meant was, if i open the Employees form, and select a username, i want it to populate all the assets assigned to this username. It should populate it in the table from the Employees form which has the following fields Asset Description...
  2. Beany

    Asset Form

    Ive attached my form with this thread! im having the following problems or things i cant do: 1) Information in the Employees Form isnt showing in the table below! i dont know why? 2) I want a search technique (possibly a combobox list of the names) in the employees form so that i can type in...
  3. Beany

    EXAMPLES needed please

    i am using Access 2000, i dont think it has the NorthWind example! can you post it?
  4. Beany

    EXAMPLES needed please

    Can you create me an example database please? it would be highly appreciated thanks buddies
  5. Beany

    EXAMPLES needed please

    Hi, i would like to have a combobox and below it a table. I select a name and it brings up details for it below! The details shown below must be editable!!! has anyone got an example (or something similiar) that i can look at please? thanks
  6. Beany

    Add form

    Mailman ur a star........ thanks buddy!!!! it works.....
  7. Beany

    Add form

    im using now: Private Sub Command25_Click() Dim intResponse As Integer intResponse = MsgBox("Are you sure you want to clear all entries?", vbYesNo, "Remove") If intResponse = 6 Then DoCmd.RunCommand acCmdSelectRecord DoCmd.RunCommand acCmdUndo End If End Sub but it brings up two...
  8. Beany

    Add form

    The Mailman, ive treid it that way but it gives errors... can you please help me create some code?? thanks
  9. Beany

    Add form

    hi, any1??
  10. Beany

    Add form

    Hi Bob, ive tried inserting your code but unfortunately it brings up two delete messages, 1) from my code, 2) from the two lines of code you provided....... if you look at my code for the clear button, it brings up a message asking you to confirm if you want to delete...... then i get a...
  11. Beany

    Add form

    would that code go in the same place as me.undo??? or elsewhere?
  12. Beany

    Add form

    for the clear button im using the following code: Private Sub Command25_Click() Dim intResponse As Integer intResponse = MsgBox("Are you sure you want to clear all entries?", vbYesNo, "Remove") If intResponse = 6 Then Me.Undo Me.site.Value = " " Me.address_1.Value = " "...
  13. Beany

    Add form

    thanks rak, i noticed a slight problem, if i complete the form and then erase all the information it adds a blank record in my table!! why? is there a way i can avoid this???
  14. Beany

    Add form

    Hi, ive attached my database to this post..... on it i have form called newaddform which is connected to table tab_data.. Im having problems with this form............. so (please) can someone modify this form for me, so it will allow me to add stuff to the table tab_data.... i want the...
  15. Beany

    Product Information database

    thanks mate
  16. Beany

    Product Information database

    if its ok with you, can you please create me a blank one? thanks
  17. Beany

    Product Information database

    sorry but i cant seem to find the Access asset tracking database. i must b blind.... you know where it is?
  18. Beany

    Product Information database

    sorry mate, i wasnt shouting, just making the most important request obvious.
  19. Beany

    Product Information database

    Hi, Ok, im designing a new database, which is a product information database. Customers are given PC's, Mobiles and cameras, i want to use this database and keep track of these items..... I want to show the user name and all the details below his/her name in a table format......... so it...
  20. Beany

    Bound Form Problems

    bob, thanks alot....... appreciate it!
Back
Top Bottom