Search results

  1. a.sinatra

    Change Name

    I need code that will set all my control to the description i supplied in the table... Me.sDOB.Name = Me.sDOB.StatusBarText That's what i have now, i just need to make it so that all the controls use it. ________ Ford Pinto Picture
  2. a.sinatra

    Unbound Form Deletion

    Unbound list box Linked to a table with two columns On dbl click i would like to delete on of the selected values I totally forgot how to do this! :confused: :D ________ TOP PORTABLE VAPORIZER
  3. a.sinatra

    Re: Custom Toolbar

    Re: Custom Toolbar This post was split from this thread Just FYI; DoCmd.DoMenuItem (eww) ________ Hinduism dicussion
  4. a.sinatra

    Apple

    i recently used a apple notebook and loved it, but is there any access for it, or anyway of using it? ________ CHEVROLET MATIZ
  5. a.sinatra

    Print from button

    Here's what i want: Button on a form named "cmdPrint" When clicked: print a report named "rptRiderSetupAvg" ( i want the dialog for the printer to appear, i dont want the report to open ) ________ One Vaporizer
  6. a.sinatra

    How do i delete this?

    Alright, i dont know what happened, but i have this non-existant form in my vb project explorer, how do i get rid of it? just make a new database and import (i really dont wanna do that) ________ Sex Video
  7. a.sinatra

    Disable Mouse Wheel: Fairly easy way

    After searching through the site there was little/none information except for outside links, so i put this together, hope it helps! ;) Just open readme.txt and follow instructions. ________ Easy Vape Vaporizer
  8. a.sinatra

    How to call a module from the form

    Public Function fConversion() 'Checks to see if data is entered in first box If IsNumeric(Me!cmConversion1) Then 'Convert centemeters to inches Dim convert As Double Dim cm As Double convert = Me!cmConversion1 cm =...
  9. a.sinatra

    Custom MsgBox Errors

    Alright i was wondering if i could call a module that could place a custom title for each MsgBox MsgBox Err.Description, , " BindingStance v1" Instead of having to manually write " BindingStance v1", i want it to be able to call a module. Thank you ________ Justin Bieber Fans
  10. a.sinatra

    system information

    Does anyone have a sample db with "system information" has a module linked to a form? if s please post, ty! ________ GS500
  11. a.sinatra

    query averages help

    i have two type of numbers in my db, i have set up a query that displays the results averages, for one type of numbers i need it to be every third (alos negatives) so "-6,-3,0,3,6,9" and so on, for the second number i need it to be in incremnts of .25, so if i had 23.40, it would be 23.50 thank...
  12. a.sinatra

    office dev help

    i was wondering if office xp dev ed. will work with office 2003? ________ Chrysler patriot
  13. a.sinatra

    My attempt with DAO

    Why this doesnt this work? Dim db As DAO.Database Dim rst As DAO.Recordset Set db = CurrentDb Set rst = db.OpenRecordset("tblUserTime", dbOpenDynaset) With rst .MoveLast .Edit ![LogOff] = Now() .Update End With ________ Extreme q vaporizer
  14. a.sinatra

    rate my control panel and db

    First DB in my life, my naming conventions are OK, and vb sloppy code from my teacher helping me, i think my web designing helped the "look" of the db, tell me what you think! BTW the delete record doesnt work :mad: ________ Ferrari f92a
  15. a.sinatra

    Delete Record Selected In Combobox

    delete reocrds from combo box i cant del records from a combo box, its just selects the first in the combo box then it deletes it instead of deleting the one i clicked on, any help would be greatly appreciated! thank you ________ Mercedes-benz clk-class specifications
  16. a.sinatra

    afterupdate puts info into hidden field

    alright i know its going to be on the afterupdate, and i need an item in a field to also be the same in the hidden field, how would i go about doing that? ________ Lewis veraldi
  17. a.sinatra

    Form blank

    When i call a query from a form, the form is blank cause there is no data stored, is it possible to have something say that there is nothing available, instead of having it blank? ________ Maine dispensary
Back
Top Bottom