Recent content by a.sinatra

  1. a.sinatra

    Time countdown

    Private Sub Form_Load() Dim strTime1 As Date Dim strTime2 As Date Dim strTime3 As Date strTime1 = Time() strTime2 = "10:00:00 PM" strTime3 = strTime2 - strTime1 Me.txtTime2 = Format(CDate(strTime3), "hh:nn:ss") End Sub You can go from here, set it up on a timer so it updates, you could also...
  2. a.sinatra

    Change Name

    bump bump bump ________ Find headshop
  3. 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
  4. a.sinatra

    Null values

    NZ Function ________ Honda Ruckus
  5. a.sinatra

    Joining many fields using Iif is null

    NZ Function ________ WHOLESALE VAPORIZER
  6. a.sinatra

    Hidden Access Window

    To make the hidden access window work, you must set all forms used to modal & pop-up. ________ STAR CRAFT REPLAYS
  7. a.sinatra

    How to do this

    I kinda don't undertsand what you are saying, "activate". Your autonumber should only be for internal use, it should not be seen/used by the end-user. ________ Ultram rehab forums
  8. a.sinatra

    Hide access screen - makes it look like a normal prog.

    Hrm. Alright, AXP & A2k3 have it. (Sorry about that) ________ Chrysler tevan specifications
  9. a.sinatra

    can't save query

    Try this: SELECT [fiftykLabel] AS [section] FROM [SELECT a.section_label as fiftykLabel, b.section_label as twofivekLabel from [dsw 50k ends] as a left join [dsw 2500 ends] as b on a.section_label= b.section_label]. AS [%$##@_Alias] WHERE [twofivekLabel] is null; ________ Chevrolet Beretta...
  10. a.sinatra

    Hide access screen - makes it look like a normal prog.

    Go to the reports properties and set the report to a pop-up & modal. The only problem you will have is there will be no "print" function if you need one because the access window will be hidden. ________ Vaporizer Affiliates
  11. a.sinatra

    creating an automatic stock number from another field

    This will most likey be done in a query, but post you will need to post your table information. ________ Elysion
  12. a.sinatra

    show current moth

    This is posted in the "Tables" Forum, are you using/wating a lookup value in a table or a form? Table (i don't recomend this): Default Value: Format(Date(), "mmmm") Form (used for entering data, i like :D ): Private Sub Form_Load() Dim dtNewMonth As Date Me.cboMonth.RowSourceType = "Value...
  13. a.sinatra

    Field in subform to mimic field on form

    Your subform isnt set up correctly or you have a wrong link establishing them. ________ Girlfriend Pictures
  14. a.sinatra

    How to use a combo box to populate a field that is not its control source?

    Cascading Combo Boxes ________ BABI MAC
  15. a.sinatra

    Preventing Add/Delete on Subform

    Ya.. ok? It works the same way for the subform. :rolleyes: ________ oxygen vaporizer
Top Bottom