Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Robson8112

    database access's web every time its opened

    goto file, get external data, then select add/modify FTP locations.. or when u add a new table, click import, select HTML file type, put the web address in.
  2. Robson8112

    database access's web every time its opened

    I need my database to access the web and retrieve information every time its opens. I already know how to retrieve the info into a table, however, that info changes every day. When a button is clicked it opens a form displaying that info from a table, the table contains the info from the web...
  3. Robson8112

    Change font colour in txt box when equals different values

    nice one.. Thanks for your help
  4. Robson8112

    Change font colour in txt box when equals different values

    I need to be able to change the font colour of a txt box when it equals a certain value. e.g if the value equals 1 (and above), the text is green if the value is below 1 (-1 etc) the font colour changes to RED. can anyone help?
  5. Robson8112

    A button that closes form, but opens another

    Cheers mate, i just needed to add in the DoCmd.Close Thanks for the help.
  6. Robson8112

    A button that closes form, but opens another

    I need to know how you can have a button on a form that closes the form that its on when clicked but opens another different form at the same time. Can anyone help??
  7. Robson8112

    multi combo boxes

    i'll send u the data base, i've removed quite a alot of forms and tables to cut the size down, but i've left the ones i've got the problem with. Will be with in a bit..
  8. Robson8112

    multi combo boxes

    theres no errors, its just not showing anything..
  9. Robson8112

    multi combo boxes

    Still no joy, below is my code (CboSelectServer is Combo1) Private Sub CboSelectServer_AfterUpdate() Requery Me![CboMedia] = "" Me![CboMedia].Requery End Sub
  10. Robson8112

    Incert the date into a Text box

    Gives me an error, Cannot find Macro?
  11. Robson8112

    multi combo boxes

    It gives me a "Cant find Macro Error" this is what i put in the after update: Me![cboMedia] = "" Me![cboMedia].Requery
  12. Robson8112

    multi combo boxes

    no errors this time, however its not showing any things in the combo 2 box
  13. Robson8112

    multi combo boxes

    This is how mine looks, and it dont work SELECT DISTINCTROW TblMediaServers.Media Servers, TblMediaServers.Masters Servers FROM TblMediaServers WHERE ((TblMediaServers.Masters Servers=[Forms]![Tapes_Main]![cboServerSelect])) ORDER BY TblMediaServer.Media Servers;
  14. Robson8112

    Incert the date into a Text box

    Does anybody know how to create a command that opens up a current date/time in a small form so you can select the date/time from a calender OR a button that when clicked inserts the current time/date into a text box?
  15. Robson8112

    multi combo boxes

    i just need to know how: When i select an option on Combo box 1 it displays cetain info in combo box 2. I cant seem to retrieve it. The info in combo 1 and combo 2 both read from different tables, but both are linked? so, when i select an option in combo 1, it gives me certain options in...
  16. Robson8112

    Transfer values between form and subform

    Cheers for the help
  17. Robson8112

    Transfer values between form and subform

    Sweet as a nut!! Cheers danvlas
  18. Robson8112

    Transfer values between form and subform

    No still no joy, i requery every time the combo box is changed. this is doing my tree in now!
  19. Robson8112

    Transfer values between form and subform

    im not getting errors now, but nowt aint happening. here my code Private Sub CboSelectServer_AfterUpdate() Requery Forms!Change_test.Form!Change_Subform!txtMasterServer = Me!CboSelectServer End Sub if u want the code for that whole form, just ask.

Part and Inventory Search

Back
Top