Recent content by 99shassan

  1. 9

    difference between candidate key and primary key?

    so basically a candidate key is a unique identifier that could be used as a primary key? which when you choose the primary key, the rest will then just be data fields. and a superkey is pretty much all the unique indentifiers?
  2. 9

    difference between candidate key and primary key?

    Hey guys I'm a noob as you can tell lol. I tried googling the answer but the results are really confusing and when I try and understand it just seems like they are the same thing. Can someone please explain this in easier to understand terms? Also, a superkey is basically a column that can...
  3. 9

    urgent: show last date

    TOP 1 (SELECT TOP 1.........) ? sorry, a little new to ths
  4. 9

    urgent: show last date

    Hi, can anyone tell me what to put to show the last date in a query? I have a field with a few sdates in it, how would I show the latest one? Thanks
  5. 9

    Display Picture Without Storing the File in the Database

    Hi, thanks for that, it looks cool, but i'm not sure how you do it. is there a guide anywhere?
  6. 9

    click image hyperlink in form to load image to form

    Hi guys, I'm in desperate need of help and want to know if it is possible to load an image on a form once a hyper link is created. For example, I have a form with a hyper link to an image created, currently, when you click on the hyperlink, it opens the picture in the browser, can you change...
Back
Top Bottom