Re: Signing a Database (not digital)

Tech-Archive recommends: Speed Up your PC by fixing your registry



Tim - I'm sorry. I'm a beginner and I have no idea what you're talking
about. Can you be more specific or give me step-by-step instructions?

Thanks,
Christine

"Tim Ferguson" wrote:

> "=?Utf-8?B?Q2hyaXN0aW5lIExpc2k=?="
> <ChristineLisi@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in
> news:A456F04A-4F23-4572-8440-7132D831685E@xxxxxxxxxxxxx:
>
> > I would like to sign my database using my name, and I don't want
> > anyone to be able to modify the signature. Does anyone have any idea
> > how I would accomplish this. In other words, I would like my name
> > (Created By: Christine Lisi) to appear on all tables, queries, etc.
> > Kind of like credits.
> >
>
> Use a global variable or a public function to return the string you want;
> and then use text boxes on the forms with their controlsources set to it.
>
> You can format the text box so it looks like a label. I don't think you can
> set the controlsource for a label.Caption to a function or a variable. You
> could do it by using the Form_Open event to read it and poke in the value.
>
> Hope that helps
>
>
> Tim F
>
>
.



Relevant Pages

  • Re: Date an Object was last modified - A2k3
    ... Public Function fReportLastModified(pReportName As String) As Date ... "Tim D" wrote> Thanks for the response. ... For Forms & Reports it simply returns the same as .DateCreated. ...
    (microsoft.public.access.modulesdaovba)
  • Re: Passing Form Name to a Function
    ... > When I run the function from the module, I get an error statement ... Public Function SetXLOptionOff As Something ... Tim F ... Prev by Date: ...
    (microsoft.public.access.modulesdaovba)
  • Re: Cumulated Standard Normal Distribution in Access
    ... like the NormSDist in Excel? ... Public Function SNorm2As Double ... Dim w As Double, x As Double, y As Double ... Tim F ...
    (microsoft.public.access.modulesdaovba)