Hello good people,
I have a crystal report field that should output IP address. Now, the field is displaying the IP addresses in Hex format, what is the formula to change from Hex to IP format so the field display IPs instead of Hex?
Many thanks,:)
Hello All, I really need to solve this issue with my attached database.
I have a form called "frmfilter" and a report called "rptfilter". I need to be able to filter the report data based on any selection of the form fields. In fact I got the code from somewhere in the Internet (i forgot...
That's ok dkinley, wow beyond your knowledge :eek:, I don't think so because they are straight cascading combo boxes, but anyways I appreciate your usual quick responses, anybody out there who can help???? Pls
Thanks,
Hello Good people, I'm in dire need for the help to finish up my Database. Two things are needed here
1. I need to be able to add new items through (Add New Item) command button in the main form and whenever the item is already there in the combo box named "Subject" then I can jump to the...
Mr. dkinley, it works perfect:) I do appreciate your efforts and time to solve my issue. I also found those links very useful and informative.
God bless you and your knowledge
Good day and thanks again,
thanks Mr. dkinley for the very useful example which is almost what I want but this will require me to start creating the DB from the scratch and change all the structure, can you kindly help me to FIX mine?
Good day,
Hello, as I'm not that good at VB codes, I really need your help in solving my cascading combo box issue.
- In my third Combo box named (Subject 2) whenever I select the item I get an error message and I could not fix the code.
- Another issue with the first combo box (Subject) that even...
It did not work
thanks RuralGuy, I found good samples and codes in that link but i still could not fix my problem and i did not find a workaround yet.
Please help.
Thanks
Greetings to all,
How can I change the color for example to red for the last entries in a text box field. Note that I'm using the following code (After Update) to stamp the date, time, and the person who has done the entry.
Dim s As String
Dim ss As String
s = Status.Value & "."
ss = s & " "...
Great, it is wonderful now
I don't know how to thank you smercer for your great effort to solve this problem. Now it works exactly the way i wanted.
The code will also help me in the other databases i developed.
I wish i could return this help.
Best Regards
That did not work
Hello,
That did not help, It is not filtering now, i just need to filter by unit, how can I do that.
Help is really needed here.
Thanks
Just one little thing
hi,
One more thing i noticed, it does not match the unit's items when i selecte the unit and then input the start and end date.
I hope fixing this is easy.