Code:
Forms!mainFormName.Form.mainTextBox.Value = Me.TextBoxNameFromSubform.Value
Forms!mainFormName.Form.mainTextBox.Value = Me.TextBoxNameFromSubform.Value
Me.Filter = "Format([PrepareDate],"yyyy-mm") = """ & Me.listDateSelect & """"
Me.Filter = "Format([PrepareDate],"yyyy-mm") = #" & Me.listDateSelect & "#"
@name = 'The title of a graph' exec(@sql)
Declare @name varchar(50) exec pra_StoredProc @id=12, @name=@name OUTPUT select @name
class PenroseShape extends Polygon
{
public int rotation, x_position, y_position;
public Color pColor;
public PenroseShape(){}
public PenroseShape (int x_pos, int y_pos, int rotation)
{
Dim strHeader as String strHeader = "2008 Pricings for " & datReportDate DoCmd.OpenReport "DailyPricings", acViewDesign With Reports!DailyPricings .lblHeader.Caption = strHeader End With DoCmd.Save acReport, "DailyPricings" DoCmd.OpenReport
Leave a comment: