Search results

  1. G

    Problem with images....

    Hi, I already had my images paths sotred in my databse and every thing seemes to work find, but when I try to make a report with al the records, it displays the same image even when the image path is differente could someone tell me why???? please is very urgent I been looking for the answer in...
  2. G

    HOw to solve this??

    Ok I think I understand that another question, in this code that you put here name will be the name of the field on a the form???? :confused:
  3. G

    HOw to solve this??

    Hi, I have a problema and I don't know exactly how to solve it I'm developing an application for some doctors, but I need to put the name of the doctor in all the forms and reports, the question is: can I asign the value of the name of the doctor to a variable or something so I just need to...
  4. G

    How can I make it easy to prevent Duplicate Contacts from being entered in a table

    Problem.... I already avoid the error but now when I run the code nothing happens, even when the name that I'm trying to introduce is already in the table help please here is my code: Private Sub ApMat_AfterUpdate() Dim dbs As Database Dim rst As Recordset Dim strContact As String If Not...
  5. G

    cropping images....

    OK. that's solve part of the problem.... thank you dave that's solve part of the problem but I want to know if there is a way so I can cut the image with a selection box in access and then save the changes thanks
  6. G

    Help with combobox and hotkeys....

    thank you..... Thank you bradcccs that was exactly my problem :cool:
  7. G

    Help with combobox and hotkeys....

    Problem.... I look around for the code and I use this: Private Sub Combo98_KeyPress(KeyAscii As Integer) If KeyAscii = 109 Then Me.Sexo.Value = "Masculino" End If End Sub but when I press the M key access senda an error message that the value is not on the list
  8. G

    cropping images....

    Is there someway that I can crop an copy and paste images in access to after save them and add them to reports???
  9. G

    Help with combobox and hotkeys....

    Hi, I have a combobox with two values Male and Female, what I want to do is to create a kind of hotkey, so when te combobox has the focus if you press the M key the value set to male and with the F key the value sets to female, but I didn't find how to do that could you please help me??? thank...
  10. G

    Back up and zip code from ghudson

    thanks work great...... thank you ghudson that was all my problem everything works great, great piece of code
  11. G

    Back up and zip code from ghudson

    Problem..... I try to use this code, but when I call the function trough a click button a received and error with the file system object I use access 2003 could youi please help me.... thank you very much
Back
Top Bottom