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 strongm 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: *

  • Users: dmarsh16946
  • Content: Threads
  • Order by date
  1. dmarsh16946

    Querying outputs from DateAdd DatePart and DateDiff

    Have an annual subscription database with various dates Join Date - when a subscription is started; defines the RenewalMonth for later years :- LastPaidDate - from which a MonthPaid is derived using DatePart. A query then calculates LastRenewedDate - if the payment is late, the month...
  2. dmarsh16946

    Batch Update of Subform Records

    Have main form storing contact details, with subform storing payments. I'm coding the payments as they are added but want also to do the same to several records as a batch. In more detail :- Payments have to be flagged as 01 if the first after a set date, then 17 thereafter. I'm using an...
  3. dmarsh16946

    SQL error with parameter query

    I can successfully use a fixed query to feed a function like this for a mail merge MergeAllWord ("Select * FROM qryContactsSelected") If the query takes data from unbound fields in a selector form, eg setting the criterion for a field called category to say...
  4. dmarsh16946

    Summing fields in Union Query

    I'm reporting a series of amounts using a union query like this SELECT Area, Explorer,Companion,Date,Description,Format(HolidayAmount,'Currency') As HAmount,Format(ClubAmount,'Currency') as CAmount FROM qryClubExpenses UNION SELECT Area...
  5. dmarsh16946

    Exporting to Excel gives formatting error

    Using Access 2003, have procedure to export current form's data to Excel 2003. Works fine except Excel flags cells that are formatted as text in Access but look like numbers to Excel. Whilst they are numeric in Access they may start with 0, hence need to be text. Ideas - it's an irritation...
  6. dmarsh16946

    Sending a URL to Word gives odd result

    Hi When sending a URL on a form to a bookmark on a Word document it comes out like this www.whatever.co.uk#http://www.whatever.co.uk# How can the #http://www.whatever.co.uk# be prevented?
  7. dmarsh16946

    Setting Tag Property

    Have a form where individual fields can be locked by setting their tag values to "?", or unlocked by setting to "" (thanks for the procedure AceMan, it's been so useful). Users may want to change which fields they want to lock so I'd like to make it easy to tag or untag fields without having...

Part and Inventory Search

Back
Top