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 Wanet Telecoms Ltd 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: serino64
  • Content: Threads
  • Order by date
  1. serino64

    Carriage Return ?

    Hi, I have a calendar that I am using in my database. The calendar I found on the web and works superb! for what I am using it for. Now, I am looking for a way to structure or cleanup the way the data is pulled into the textbox on the form. The textbox I am referring to represents a day on...
  2. serino64

    Print Preview button producing error message

    Hello Everyone, I have run into a problem and I cant quite figure a way around It. I have created a form which has a listbox which contains a list of reports. The listbox refers to a table for the report names. I then have a Print Preview button which then looks to see if the Listbox is...
  3. serino64

    Report producing error message on no data.

    I have serveral reports that will open when a macro is run. The Macro hangs when comes to a report that contains no data and produces the following error: "You entered an expression that has no value". In the detail section of each report I have the following code in the On Format event. I...
  4. serino64

    How do I break out a record if it meets a certain criteria?

    I have table called "ClientTBL" with four fields: JobName, Division, CRPrice, LSPrice and ServicePrice. JobName Division CRPrice LSPrice ServicePrice Record1 Smith Maintenance $0.00 $0.00 $500.00 Record2...
  5. serino64

    Combine multiple columns into one column

    Hello Everyone, How do I combine three columns into one column. I have one Table Called "SalesSource" with Four Fields. Source TotalAdvertise Total ColdCalls Total Website. Source TotalAdvertise TotalColdCalls TotalWebsite Advertising $4,000.00 ColdCalls...
  6. serino64

    Updating Fields

    Hello everyone, I have a table called "Accounts" and a field called "Account Reps" and "Job Name". How do I create a query that will update the null fields for records 2 and 3 to reflect Susan and records 5,6,7 to reflect Daniel. Account Reps Job Name Record 1 Susan...
  7. serino64

    Creating a Macro using VBA Editor in MS Outlook 2003

    Hello All, I would like to create a macro using the vba editor in MS Outlook 2003 to open a Access Database I alredy created. My datebase resides on the server "S:\Shared\AccessDatabase\ProphetModule.mdb". How would I write a code that would open the path above? Any help is well appreciated.
  8. serino64

    count the number of records between peak time

    I have a report that is grouped by phone numbers. The report provides me with infomation on the use of the phone number such has how many calls were made to any particular number, the time of day calls were made, and the cost per call. My report is based off a table with the following fields...
  9. serino64

    Count Function In Excel

    I need help with a count function. I would like a subtotal for column C. I need to count the number of dates in the format below. For example; column "C" would return a count of "2". Column "C" Rows 1 2 16-18 DEC 3 N/A 4 24-26 DEC I tried using =Count(C1:C50) but the...
  10. serino64

    Between Dates query.

    I having trouble with my Date Query. When the user enters a “Beginnning Date” and “Ending Date” the query should display the required info and the dates the user specified. My query does provide me with the correct info but is not displaying the dates I specified. FIELD: DATE TABLE...
  11. serino64

    Sum the values of a checkbox

    I have a checkbox called UNREP. What I would like to do is sum all the values checked "Yes". I have the following code. =Sum([UNREP]) The problem I am having, is it returns a "negative" value. How do I get rid of the "Negative sign"?
  12. serino64

    Control Buttons

    The square control buttons in Access are to boring. How can I design my own custom shape buttons? Any assistance appreciated!

Part and Inventory Search

Back
Top