Search results

  1. N

    How to create a Textbox with a google maps link

    I tried your code and I got an error saying "object required then I removed the ".Value" and worked like a charm :D :D Might have something to do with the access version( i got 2003 greek) I don't know Thank you for pointng out the answer for a newbie like me;) P.S. "Me." isn't required for the...
  2. N

    How to create a Textbox with a google maps link

    oops sry, I was typing it not copying and forgot it,sorry I mean google_mapstxtbox
  3. N

    How to create a Textbox with a google maps link

    I have a Table City with this setup City : (ID,Name,Lat,Lon) I also have a form with a combobox with all the fields from that table and 2 textboxes which I fill with the Lat and Lon info of the selected city. What I'm tying to do is have a 3d textbox(named google_mapstxtbox) where I'll get a...
  4. N

    Please help!!! Can't upload files with my posts

    Please help me, I'm tying to upload a copy of a database in a thread that I've made but when i hit the upload button in the attachments manager all I get is a please wait message and after about 5 mins i get this I press the "infom the administrator" link and i get an error message from...
  5. N

    Quick combo box question

    I'm not sure that I understand exactly your question but let me know if this is what you want to do: You want to have in your combobox field1,field2,field3 and so on fom a table,but in the form the user will only see just one of those fields(or two of them or whatever). If that's the case then...
  6. N

    Removing a faint line below a Forms details section

    It's not a poblem, just the fomating of the Form. Select the form and go to the property sheet,in the Format tab and look for "Dividing Lines" and select "No". I don't have Access 2007 right now so the name of the popety might not be exactly this one, if it isn't have a look around the Format...
  7. N

    Problem with Button to reset the form

    I'm running Access 2003 and I've created an unbound form in which I have a few comboboxes and textboxes and all of them are unbound. With the use of DLookup I "move around" the comboboxes(with the ID of 1 combobox I make a choice on another combobox etc). Also I have "cascading filterig" (I...
  8. N

    Problem with AfterUpdate event on Combo Boxes

    Problem sorted out....when you said I should use the AfterUpdate code, that pointed me to a more refined search :D I've made all the subs public and I just call them at the point of the code I want it to execute :) Thank you very much fo you help guys :D
  9. N

    Problem with AfterUpdate event on Combo Boxes

    Thank you very muc for you input spikepl, I see now-from what you and pbaldy say- that my attempt to simplify my idea was poorly thought :D That is why I tried to upload a copy of my DB so someone could have a look at it but I've run to the problem I mentioned before :( any ideas about it?
  10. N

    Problem with AfterUpdate event on Combo Boxes

    I'm trying to upload a ZIP with my database since I don't yet have 10 posts made but I'm getting this: I clicked the link but it doesn't work :(
  11. N

    Problem with AfterUpdate event on Combo Boxes

    The "CityID" in the "Address" table is a foreign key to the "City" table. Look don't get hung up on the names of the fields and the values I use in this particular example. The reason I used this is because in the actual code I use greeklish (greek written with Latin alphabet letters) for the...
  12. N

    Combo Box Question

    You are welcome Happy New Year to you too :)
  13. N

    Problem with AfterUpdate event on Combo Boxes

    I have a form with a few comboboxes that I have created using the combobox wizzard to get data from my database's tables. To, hopefully, make my problem easier to understand I'll just use these simple tables to give you an idea of how I have build my data to work Address...
  14. N

    Combo Box Question

    Go to the "On Load" event of the form and put the following code in there Me.combobox_1.Visible = True Me.combobox_2.Visible = False Me.combobox_3.Visible = False Me.combobox_4.Visible = False and so on fo the rest of the combo boxes. Then go to the "After Update" event of "combobox_1" and in...
  15. N

    Requery comboboxes

    Thankk you for the quick repley, I didn't have time to watch the videos yesterday so I watched them today. But I can allready do what the videos mention. Maybe I can better explain what I need now, using the example of this video. With this example you select a Region and then the options of...
  16. N

    Requery comboboxes

    Update different combo boxes based on what you select Hi everyone, I'm new here and i hope I can explain my problem clearly enough fo everyone to understand. I have a database with a few tables with Villages, Cities, States etc.(kind of states,I'm from Greece and I don't know all the equivalent...
Back
Top Bottom