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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by crysma

  1. crysma

    Setting date to null

    Thank you, it worked :)
  2. crysma

    Setting date to null

    Thanks for your help. I will try this out and let you know how it goes :)
  3. crysma

    Setting date to null

    Hi, I'm working on an application with VB interface and an Access backend. I need a way to let userschange and/or delete certain dates of they so desire. While it will change the dates just fine, if I try to delete a date by setting its value to null, it throws an error. Is there another way...
  4. crysma

    Setting date picker value to null

    gah! Stupid date picker won't allow me to change the color! >.< I'ts so frustrating.. I've got more important things to do than worry about this all day..
  5. crysma

    Setting date picker value to null

    I thought of a solution to this last night. Its not particularly elegant, but I think it will work. Basically, I'm just going to set the foreground value of dtpickerBdate to white, same as the background, when there is no entry in the database. This should make it *look* empty. In its onclick...
  6. crysma

    Setting date picker value to null

    thanks so much jpbrassard. I'll try that out, and let you know how it goes either way :)
  7. crysma

    Setting date picker value to null

    Thanks jpbrassard . But what if I don't want there to be any value at all? What I'd like is for the field to remain blank if there is no value entered in the database.
  8. crysma

    Setting date picker value to null

    Hi, I have a date picker, dtpickerBdate with its checked value set to true. When the date has been entered into the database, it shows the correct birthdate. However, when there is not value in the database, it shows a default date of 2000-01-01. I tried changing the value to null in the...
  9. crysma

    How can I get Crystal to ignore decimals?

    Hi, I've been working on a reoport where the records will be grouped by the field intAverageExp. For the purpose of this report only, I'd like to get crystal to ignore the values after the decimal point and treat this as a whole number. Thus records with a value of 3.1, 3.2, etc would all be...
  10. crysma

    Syntax error(missing operator)

    Thanks you were right. I just tried it again :) Thanks again Mark and Rick Sheryll
  11. crysma

    Syntax error(missing operator)

    Hi Mark, Thanks for that. Unfortumately, its still not working. It is still throwing the same error :( Sheryll
  12. crysma

    Syntax error(missing operator)

    Hi! I've been working on a program that will help us keep track of our subscribers. Among other things, a user should be able to find a subscribers Zone number by entering their community name. This works for most part, except if the community name has an apostrophe in it(and you wouldnt belive...
  13. crysma

    hi, Heres a brief overview on wh

    hi, Heres a brief overview on what im trying to do: We have a databse with cusotmer information, including their address. we'd like to group the addresses by region, so that all addresses in cities A,B and C go in the South east region, cities D,E,F, go in the southwest, etc. There are about 22...
  14. crysma

    Merging fields

    the age is already calculated. Thanks for your help, i will try that out :)
  15. crysma

    Merging fields

    I've just been given a table containing customer information by region and age. Basically, each row contains the name of the region, and then the number of customers in that region aged 18 years, the number aged 19 years, and so on till 65. However, the client has decided that they don't need...

Part and Inventory Search

Back
Top